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