This commit is contained in:
@@ -13,27 +13,25 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout@main
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-docker-action@v5
|
||||
- name: Run tests in Docker
|
||||
run: ./scripts/test-linux-docker.sh
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout@main
|
||||
- name: Build Linux
|
||||
run: ./scripts/build-linux-docker.sh
|
||||
- name: Upload Linux binary
|
||||
uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||
with:
|
||||
name: dusk-linux
|
||||
path: build-linux/Dusk
|
||||
if-no-files-found: error
|
||||
# build-linux:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: https://git.wish.moe/YourWishes/checkout@main
|
||||
# - name: Build Linux
|
||||
# run: ./scripts/build-linux-docker.sh
|
||||
# - name: Upload Linux binary
|
||||
# uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||
# with:
|
||||
# name: dusk-linux
|
||||
# path: build-linux/Dusk
|
||||
# if-no-files-found: error
|
||||
|
||||
# build-psp:
|
||||
# runs-on: ubuntu-latest
|
||||
Reference in New Issue
Block a user