Files
kiss-vscode/cloner/appveyor.yml
Nat Quayle Nelson a47af32adb Squashed 'cloner/' content from commit 79ff709
git-subtree-dir: cloner
git-subtree-split: 79ff709d0060b967d3508b6abfe194bedfb63f1b
2020-12-09 18:33:53 -07:00

34 lines
599 B
YAML

version: "{build}"
clone_folder: C:\projects\cloner
environment:
global:
HAXELIB_ROOT: C:\projects\haxelib
install:
# Install haxe and neko
- cinst neko --version 2.2.0 -y
- cinst haxe -y
- RefreshEnv
- neko -version
- haxe -version
# Setup haxelib
- mkdir "%HAXELIB_ROOT%"
- haxelib setup "%HAXELIB_ROOT%"
- haxelib install record-macros
- haxelib install hxcpp
build_script:
- cd test
- haxe compile.hxml
- cd ..
test_script:
- echo CPP
- bin\test\TestMain-debug.exe
- echo NEKO
- neko bin\test\TestMain.n