Refactor travis testing

This commit is contained in:
2021-06-07 12:36:22 -06:00
parent 32698b2d5b
commit 610a977b7c
77 changed files with 76 additions and 116 deletions

View File

@@ -4,16 +4,25 @@ os:
- mac
- linux
- windows
haxe:
- stable
- development
env:
# Run basic tests for each combination of target language and operating system
- KISS_TARGET=cpp
- KISS_TARGET=interp
- KISS_TARGET=js
- KISS_TARGET=nodejs
- KISS_TARGET=py
- KISS_TARGET=projects
# Test projects on every operating system
- KISS_PROJECT=aoc
- KISS_PROJECT=asciilib2
- KISS_PROJECT=file-watch
- KISS_PROJECT=kiss-vscode
- KISS_PROJECT=nat-archive-tool
- KISS_PROJECT=pdf-salad
jobs:
# Allow Haxe development to fail.
@@ -25,6 +34,7 @@ jobs:
- script: haxelib install formatter && haxelib run formatter --check -s .
os: linux
haxe: stable
# TODO Check that every project is tested in this file
install:
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then