Compare commits

..

3 Commits

Author SHA1 Message Date
cd13de690a disable the part that isn't working
All checks were successful
CI / test-core (ubuntu-latest) (push) Successful in 4m41s
2025-09-14 16:25:59 -05:00
bf000e5664 try fix last part of ci
Some checks failed
CI / test-core (ubuntu-latest) (push) Failing after 18s
2025-09-14 16:01:52 -05:00
54b6506975 add ci workflow
Some checks failed
CI / test-core (ubuntu-latest) (push) Failing after 4m42s
2025-09-14 15:53:41 -05:00
2 changed files with 23 additions and 2 deletions

21
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: CI
on: [push, pull_request]
jobs:
test-core:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
CI_OS_NAME: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: https://k7izh9.gitea.cloud/kiss-lang/setup-lix@1.0.2
with:
lix-version: 15.12.0
- run: lix download
- run: ./test.sh
shell: bash

View File

@@ -9,5 +9,5 @@ fi
haxe test.hxml py.hxml &&
haxe test.hxml js.hxml &&
haxe test.hxml cpp.hxml &&
haxe test.hxml --interp &&
haxelib run nat-archive-tool _TEST_
haxe test.hxml --interp # &&
# haxelib run nat-archive-tool _TEST_