Updating CI config (#135)

This commit is contained in:
Asher Dawes
2018-10-16 18:39:33 -07:00
committed by GitHub
parent 722cd79497
commit 522c4984e0
18 changed files with 111 additions and 532 deletions

14
src/verus.bat Normal file
View File

@@ -0,0 +1,14 @@
@call :GET_CURRENT_DIR
@cd %THIS_DIR%
komodo-cli.exe -ac_name=VRSC %1 %2 %3 %4 %5 %6 %7 %8 %9
@goto :EOF
:GET_CURRENT_DIR
@pushd %~dp0
@set THIS_DIR=%CD%
@popd
@goto :EOF