all: CI: remove AGREE: true env var

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 20:24:10 -07:00
parent 02b9f7d132
commit d673560f1e
9 changed files with 0 additions and 46 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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