Skip to content
Snippets Groups Projects
Commit 0298ce4d authored by Philip Trettner's avatar Philip Trettner
Browse files

tests for CI

parent e1b1a975
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ VS2017-x64:
- VS2017
artifacts:
paths:
- "*/*-build/Release/*.exe"
- "*/bin/*.exe"
gcc-buster:
stage: Build
......
......@@ -86,3 +86,7 @@ make $MAKE_OPTIONS
# back to root
cd ..
# tests
cd bin
./glow-tests
......@@ -63,4 +63,6 @@ IF %errorlevel% NEQ 0 exit /b %errorlevel%
%VS_PATH% /Build "Release" GlowSamples.sln /Project "ALL_BUILD"
IF %errorlevel% NEQ 0 exit /b %errorlevel%
echo "Would run tests now :D"
cd ..
cd ../bin
glow-tests.exe
IF %errorlevel% NEQ 0 exit /b %errorlevel%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment