aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* fix linux release trying to use non-existant llvm 20 packageLaytan Laats2025-03-211-2/+2
|
* Use 18 for RISCV64gingerBill2025-03-191-2/+2
|
* Use LLVM-18 on FreeBSDgingerBill2025-03-182-5/+5
|
* Use LLVM-18 on macOS IntelgingerBill2025-03-181-2/+2
|
* Use LLVM-18 for macOS ARMgingerBill2025-03-181-2/+2
|
* Update to LLVM 20 in CI.gingerBill2025-03-182-15/+15
|
* Remove `.wasm` from CIgingerBill2025-03-071-1/+1
|
* Fix typogingerBill2025-02-041-1/+1
|
* Add `vendor:sdl3` to ci.ymlgingerBill2025-02-041-2/+29
|
* ci: test issues on windowsLaytan Laats2025-01-111-0/+6
|
* Updated NetBSD CI to pkgsrc Q3 releaseAndreas T Jonsson2024-11-271-1/+1
|
* possibly fix not having shared dir in recent windows releasesLaytan Laats2024-10-171-0/+1
| | | | | Probably caused by https://github.com/actions/upload-artifact/issues/602 Possibly fixes #4384
* fix pathsLaytan Laats2024-10-021-4/+4
|
* fix benchmarks not compiling and make sure it doesn't happen again by checkingLaytan Laats2024-10-021-0/+10
|
* ci: try updating deprecated setup-pythonLaytan Laats2024-09-111-1/+1
|
* ci: ohhh, I am dumbLaytan Laats2024-09-111-2/+1
|
* ci: does backblaze not like tar archives?Laytan Laats2024-09-111-0/+1
|
* ci: show me filesLaytan Laats2024-09-111-1/+1
|
* ci: specify pathLaytan Laats2024-09-111-1/+10
|
* ci: really, what's in there?Laytan Laats2024-09-111-2/+1
|
* ci: what's in there?Laytan Laats2024-09-111-0/+1
|
* ci: fix run stepLaytan Laats2024-09-111-2/+10
|
* Merge pull request #4206 from laytan/improve-linking-shared-librariesgingerBill2024-09-101-5/+5
|\ | | | | Improve linking shared libraries
| * support the rpath changes on macosLaytan Laats2024-09-051-5/+5
| |
* | Merge branch 'master' into static_buildsJeroen van Rijn2024-09-101-4/+5
|\ \
| * | Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflowsdependabot[bot]2024-09-031-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / Changed Linux CI builds to static linking with Musl for betterA10293847562024-09-081-56/+65
|/ | | | | | | | compatibility Changed to tarball distribution for mac and linux Updated upload-artifact to v4
* Remove duplicate vet flag.Jeroen van Rijn2024-08-281-1/+1
|
* -vet -strict-style -disallow-doJeroen van Rijn2024-08-281-22/+22
|
* More -disallow-do in CI.Jeroen van Rijn2024-08-281-21/+21
|
* add support for linux_riscv64 and freestanding_riscv64Laytan2024-08-201-0/+50
|
* Improve benchmarks.Jeroen van Rijn2024-08-161-9/+0
|
* Merge pull request #4070 from Feoramund/test-runner-mem-fail-as-errorJeroen van Rijn2024-08-131-18/+18
|\ | | | | Let memory failures be errors in the test runner
| * Optionally treat memory failures as errors in the test runnerFeoramund2024-08-111-18/+18
| | | | | | | | Enable with `-define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true`.
* | Try use another arch URL for pkgsrcAndreas T Jonsson2024-08-121-2/+4
|/
* Disable NetBSD CIJeroen van Rijn2024-08-091-0/+1
|
* NetBSD vm fix.Jeroen van Rijn2024-08-091-4/+1
|
* Enable test leak = fatal on CI.Jeroen van Rijn2024-08-081-18/+18
|
* Remove LLVM copy from nightly.Jeroen van Rijn2024-08-071-1/+0
|
* actually fail CI when NetBSD tests failLaytan Laats2024-08-031-0/+1
|
* Fix NetBSD CIJeroen van Rijn2024-07-311-1/+1
|
* Merge pull request #3951 from Kelimion/lua_testJeroen van Rijn2024-07-241-2/+3
|\ | | | | Add Lua example to `vendor:lua` as well as basic tests.
| * Copy lua54.dll during CI testJeroen van Rijn2024-07-241-0/+1
| |
| * install lua for new lua vendor testsLaytan Laats2024-07-221-2/+2
| |
* | Merge pull request #3963 from andreas-jonsson/andreas-jonsson-patch-1Laytan2024-07-231-5/+2
|\ \ | |/ |/| Use pkgsrc llvm for NetBSD CI
| * Use pkgsrc llvm for NetBSD CIAndreas T Jonsson2024-07-021-5/+2
| |
* | ci: make releases use LLVM 18Laytan Laats2024-07-081-6/+6
|/ | | | | Since we updated to LLVM 18 on Windows now, we should make the releases for non-windows use LLVM 18 too, this way all releases use the same version.
* Add `-disallow-do` in CIgingerBill2024-06-291-8/+8
|
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-1/+7
|
* Add FreeBSD to CIFeoramund2024-06-111-0/+29
|