Stephen Gutekanst
51e996db72
remove unmaintained WASM support
...
Same reasoning as outlined in #1254
> nobody is interested in actively maintaining or contributing to that today.
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-08-24 23:22:52 -07:00
Stephen Gutekanst
22528fafd2
100% banish submodules (use package manager)
...
Helps hexops/mach#902
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-08-04 09:26:02 -07:00
Stephen Gutekanst
828f72c822
CI: recursively clone submodules
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-07-08 17:12:01 -07:00
Stephen Gutekanst
3115ffa5dc
mach: CI: fix Apple Silicon builder
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-07-03 23:21:25 -07:00
Stephen Gutekanst
d673560f1e
all: CI: remove AGREE: true env var
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-07-03 20:24:10 -07:00
Cai Bingjun
959c20d38b
ci: make ci run selectively ( #745 )
2023-04-08 11:30:35 -07:00
Stephen Gutekanst
f8d5db71c2
CI: do not install Zig on self-hosted runners (now managed by Wrench)
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-12-29 03:19:15 -07:00
Ali Chraghi
5849304fba
all: update zig version
2022-12-25 13:36:03 -07:00
Ali Chraghi
061daa790f
ci: remove compile-all step
...
examples are moved to a separate repo and `zig build` does the same
2022-12-25 13:36:03 -07:00
Ali Chraghi
3b162fdd7c
all: update zig version
2022-12-18 18:02:31 -07:00
Stephen Gutekanst
628387764c
all: CI: update to latest Zig master version
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-10-22 09:11:16 -07:00
Stephen Gutekanst
2c65845aed
all: CI: update to latest Zig 0.10.0-dev.4333+f5f28e0d2
...
Produced via:
```
ZIG_VERSION=0.10.0-dev.4333+f5f28e0d2 ./dev/update-zig.sh
```
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-10-14 09:00:45 -07:00
Ali Chraghi
f3109b365c
all: update zig version
2022-09-19 20:11:55 -07:00
Stephen Gutekanst
b282641300
all: update to latest Zig nightly version
...
Performed via:
```sh
VERSION=0.10.0-dev.3952+9e070b653 ./dev/update-zig.sh
```
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-09-10 02:16:05 +00:00
Ali Chraghi
21a0edca03
all: update zig version
2022-09-02 09:42:48 -07:00
Stephen Gutekanst
7dd1818e70
all: update to Zig 0.10.0-dev.3551+92568a009
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-08-12 14:45:21 -07:00
Ali Chraghi
b5d8c669a2
CI: remove unneeded builds on sub-projects
2022-08-06 08:20:18 -07:00
Ali Chraghi
a8427dcb4b
CI: fix and fmt
...
install alsa lib on linux platform
2022-07-24 09:28:56 -07:00
alichraghi
741b4d9eb7
ci: improve jobs
2022-07-21 19:41:06 -07:00
Stephen Gutekanst
bbb276854b
all: update to Zig 0.10.0-dev.3027+0e26c6149
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-07-17 09:20:48 -07:00
Stephen Gutekanst
1eab0539d1
CI: correct M1 runner Zig version
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-31 04:11:43 -07:00
Stephen Gutekanst
539b643267
CI: rename macos-gnu target -> macos-none
...
Reflecting breaking change in latest version of Zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-31 03:24:34 -07:00
Stephen Gutekanst
3a81754973
CI: ZIG_VERSION=0.10.0-dev.2439+c84f5a5f9 ./dev/update-zig.sh
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-31 03:24:34 -07:00
Stephen Gutekanst
be6d5b8ac9
CI: always upgrade Zig M1 CI version
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-31 03:24:34 -07:00
Stephen Gutekanst
5d97a59345
CI: use shorter M1 CI name
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-31 03:24:34 -07:00
iddev5
7de0776f38
CI: compile all examples for Wasm
2022-05-30 10:23:21 -07:00
Ali Chraghi
93c52b62ac
ci: add freetype
2022-05-24 14:35:36 -07:00
Ali Chraghi
16020ea034
ci: update m1 ci name
2022-05-24 14:35:36 -07:00
iddev5
5861893752
CI: check compilation of all examples
2022-05-04 11:53:37 -07:00
Stephen Gutekanst
89c9c6c8e1
CI: correct YAML syntax / regression
...
Helps hexops/mach#248
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-04-21 03:41:38 -07:00
iddev5
bb65083561
CI: dont run aarch64-mac workflow on forks
...
The workflow uses a self hosted runner which is only available for
hexops/mach* repositories. Without this commit, whenever a fork of mach
or mach-* were pushed, it would queue an aarch64-mac job and then crash
after one day due to no machines being found.
2022-04-19 20:12:22 -07:00
Stephen Gutekanst
d0c55db017
CI: more explicitly denote cross-compilation targets
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-04-05 00:16:51 -07:00
Stephen Gutekanst
3f0eeadede
CI: M1: skip sudo when cleaning up git submodules
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-12 00:36:05 -07:00
Stephen Gutekanst
1018f299d8
CI: cleanup git submodules in M1 runner
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-11 22:51:56 -07:00
Stephen Gutekanst
6a5e5c10c4
CI: cleanup git submodules in M1 runner
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-11 22:06:40 -07:00
Stephen Gutekanst
8466a5ff08
CI: add build matrix for projects ( #46 )
...
* CI: add build matrix for projects
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-24 18:32:57 -07:00
Stephen Gutekanst
cea9642195
CI: test Linux native & cross-compilation support
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-29 21:18:19 -07:00
Stephen Gutekanst
ddc470c27b
CI: add windows cross compilation
...
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 23:16:57 -07:00
Stephen Gutekanst
ac3ddc4a5a
CI: add aarch64-macos / M1 self-hosted runner
...
Fixes #7
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-25 16:09:28 -07:00