diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56eb0f4b..c7c910bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,12 +32,8 @@ jobs: # run: zig build -Dtarget=x86_64-linux-musl - name: x86_64-linux -> x86_64-macos run: zig build -Dtarget=x86_64-macos - env: - AGREE: true - name: x86_64-linux -> aarch64-macos run: zig build -Dtarget=aarch64-macos - env: - AGREE: true - name: x86_64-linux -> x86_64-windows run: zig build -Dtarget=x86_64-windows-gnu - name: launch xvfb @@ -80,5 +76,3 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: test run: zig build test - env: - AGREE: true diff --git a/.github/workflows/m1_ci.yml b/.github/workflows/m1_ci.yml index cfe6f654..bd33777d 100644 --- a/.github/workflows/m1_ci.yml +++ b/.github/workflows/m1_ci.yml @@ -28,11 +28,7 @@ jobs: uses: actions/checkout@v2 - name: test run: zig build test - env: - AGREE: true - name: build run: zig build - env: - AGREE: true - name: build (WASM) run: zig build -Dtarget=wasm32-freestanding-none diff --git a/libs/core/.github/workflows/ci.yml b/libs/core/.github/workflows/ci.yml index 7d61ce07..405edd03 100644 --- a/libs/core/.github/workflows/ci.yml +++ b/libs/core/.github/workflows/ci.yml @@ -69,9 +69,5 @@ jobs: git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn zig build - env: - AGREE: true - name: test run: zig build test - env: - AGREE: true diff --git a/libs/glfw/.github/workflows/ci.yml b/libs/glfw/.github/workflows/ci.yml index 3be58587..8c1761b2 100644 --- a/libs/glfw/.github/workflows/ci.yml +++ b/libs/glfw/.github/workflows/ci.yml @@ -19,12 +19,8 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: x86_64-linux -> x86_64-macos run: zig build -Dtarget=x86_64-macos - env: - AGREE: true - name: x86_64-linux -> aarch64-macos run: zig build -Dtarget=aarch64-macos - env: - AGREE: true - name: x86_64-linux -> x86_64-windows run: zig build -Dtarget=x86_64-windows - name: launch xvfb @@ -52,12 +48,8 @@ jobs: Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0-dev.3883+7166407d8\" - name: x86_64-windows -> x86_64-macos run: zig build -Dtarget=x86_64-macos - env: - AGREE: true - name: x86_64-windows -> aarch64-macos run: zig build -Dtarget=aarch64-macos - env: - AGREE: true - name: x86_64-windows -> x86_64-linux run: zig build -Dtarget=x86_64-linux - name: test @@ -77,12 +69,8 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: test run: zig build test - env: - AGREE: true - name: x86_64-macos -> aarch64-macos run: zig build -Dtarget=aarch64-macos - env: - AGREE: true - name: x86_64-macos -> x86_64-windows run: zig build -Dtarget=x86_64-windows - name: x86_64-macos -> x86_64-linux diff --git a/libs/glfw/.github/workflows/m1_ci.yml b/libs/glfw/.github/workflows/m1_ci.yml index 76952e0b..407ca262 100644 --- a/libs/glfw/.github/workflows/m1_ci.yml +++ b/libs/glfw/.github/workflows/m1_ci.yml @@ -23,12 +23,8 @@ jobs: uses: actions/checkout@v2 - name: test run: zig build test - env: - AGREE: true - name: aarch64-macos -> x86_64-macos run: zig build -Dtarget=x86_64-macos - env: - AGREE: true - name: aarch64-macos -> x86_64-windows run: zig build -Dtarget=x86_64-windows - name: aarch64-macos -> x86_64-linux diff --git a/libs/gpu-dawn/.github/workflows/ci.yml b/libs/gpu-dawn/.github/workflows/ci.yml index 08c385c1..443ddca0 100644 --- a/libs/gpu-dawn/.github/workflows/ci.yml +++ b/libs/gpu-dawn/.github/workflows/ci.yml @@ -242,8 +242,6 @@ jobs: run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw - name: install (debug) run: zig build install -Dtarget=x86_64-macos - env: - AGREE: true - name: upload (debug) run: ./dev/upload-release.sh env: @@ -266,8 +264,6 @@ jobs: run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw - name: install (release-fast) run: zig build install -Doptimize=ReleaseFast -Dtarget=x86_64-macos - env: - AGREE: true - name: upload (release-fast) run: ./dev/upload-release.sh env: diff --git a/libs/gpu-dawn/.github/workflows/m1_ci.yml b/libs/gpu-dawn/.github/workflows/m1_ci.yml index 1b8a22a4..2e7f5b95 100644 --- a/libs/gpu-dawn/.github/workflows/m1_ci.yml +++ b/libs/gpu-dawn/.github/workflows/m1_ci.yml @@ -22,8 +22,6 @@ jobs: run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw - name: install (debug) run: zig build install -Dtarget=aarch64-macos - env: - AGREE: true - name: upload (debug) run: | ./dev/upload-release.sh @@ -35,8 +33,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: install (release-fast) run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos - env: - AGREE: true - name: upload (release-fast) run: ./dev/upload-release.sh env: diff --git a/libs/gpu/.github/workflows/ci.yml b/libs/gpu/.github/workflows/ci.yml index a9c919b4..bb95a3fc 100644 --- a/libs/gpu/.github/workflows/ci.yml +++ b/libs/gpu/.github/workflows/ci.yml @@ -58,9 +58,5 @@ jobs: git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn zig build - env: - AGREE: true - name: test run: zig build test - env: - AGREE: true diff --git a/libs/sysaudio/.github/workflows/ci.yml b/libs/sysaudio/.github/workflows/ci.yml index b6a9ae61..df7104fa 100644 --- a/libs/sysaudio/.github/workflows/ci.yml +++ b/libs/sysaudio/.github/workflows/ci.yml @@ -49,9 +49,5 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build - env: - AGREE: true - name: test run: zig build test - env: - AGREE: true