all: CI: remove AGREE: true env var
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
02b9f7d132
commit
d673560f1e
9 changed files with 0 additions and 46 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/m1_ci.yml
vendored
4
.github/workflows/m1_ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
libs/core/.github/workflows/ci.yml
vendored
4
libs/core/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
12
libs/glfw/.github/workflows/ci.yml
vendored
12
libs/glfw/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
libs/glfw/.github/workflows/m1_ci.yml
vendored
4
libs/glfw/.github/workflows/m1_ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
4
libs/gpu/.github/workflows/ci.yml
vendored
4
libs/gpu/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
libs/sysaudio/.github/workflows/ci.yml
vendored
4
libs/sysaudio/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue