mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: do nothing
This commit is contained in:
parent
f5c66ae4f6
commit
d409e21968
15
.github/workflows/build-test.yml
vendored
15
.github/workflows/build-test.yml
vendored
@ -5,14 +5,11 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
DOCKER_IMAGE: ghcr.io/x-tools-author/x-tools-ubuntu-20.04:x86_64
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- name: checkout
|
||||
- name: Pull respository
|
||||
uses: actions/checkout@v4
|
||||
- name: Build for Linux
|
||||
run: |
|
||||
git fetch --tags
|
||||
docker run --rm --privileged -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "\
|
||||
cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"
|
||||
- name: Build docker image
|
||||
run: | #https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
|
||||
dir c:
|
||||
echo %PATH%
|
||||
Loading…
Reference in New Issue
Block a user