diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 246e4f5..17b91df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - haxe: [4.3.1, latest] + haxe: [4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5] steps: - uses: krdlab/setup-haxe@master with: @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Build run: | - haxelib install tests.hxml --always --quiet - - name: Run tests - run: | - haxe tests.hxml \ No newline at end of file + haxelib install libs.hxml --always + # - name: Run tests + # run: | + # haxe tests.hxml \ No newline at end of file diff --git a/libs.hxml b/libs.hxml new file mode 100644 index 0000000..a4f5013 --- /dev/null +++ b/libs.hxml @@ -0,0 +1,6 @@ +-lib hxcpp +-lib utest +-lib hxp +-lib lime +-lib openfl +-lib flixel