mirror of
https://github.com/matrix-construct/construct
synced 2024-11-28 17:52:54 +01:00
tools: Move appveyor-build script to tools.
This commit is contained in:
parent
13bee93ddc
commit
34a8f7957b
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ install:
|
|||
- c:\msys64\usr\bin\sh.exe -lc "cygcheck -s -v > $APPVEYOR_BUILD_FOLDER/cygcheck.log 2>&1"
|
||||
- ps: Push-AppveyorArtifact cygcheck.log
|
||||
build_script:
|
||||
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh .appveyor-build.sh"
|
||||
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh tools/appveyor-build.sh"
|
||||
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
||||
on_failure:
|
||||
- ps: Push-AppveyorArtifact config.log
|
||||
|
|
Loading…
Reference in a new issue