Create CI files

This commit is contained in:
Mikkel Hjortshoej
2019-02-06 15:53:40 +01:00
committed by Mikkel Hjortshøj
parent bc5c37ebb1
commit 0185b43c2f
6 changed files with 72 additions and 14 deletions
-1
View File
@@ -42,7 +42,6 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL