mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
last fixes to bats and README
This commit is contained in:
committed by
Mikkel Hjortshøj
parent
0185b43c2f
commit
c9602953aa
@@ -14,11 +14,11 @@
|
||||
<img src="https://img.shields.io/github/license/odin-lang/odin.svg">
|
||||
</a>
|
||||
<br>
|
||||
<a href="https://ci.appveyor.com/project/ThisDrunkDane/odin">
|
||||
<img src="https://ci.appveyor.com/api/projects/status/4q58fsv7bubmgcla?svg=true">
|
||||
<a href="https://ci.appveyor.com/project/ThisDrunkDane/odin-vf0ap">
|
||||
<img src="https://ci.appveyor.com/api/projects/status/qss6l921c0eu85u6/branch/master?svg=true">
|
||||
</a>
|
||||
<a href="https://travis-ci.org/ThisDrunkDane/Odin">
|
||||
<img src="https://travis-ci.org/ThisDrunkDane/Odin.svg?branch=travis">
|
||||
<a href="https://travis-ci.org/odin-lang/Odin">
|
||||
<img src="https://travis-ci.org/odin-lang/Odin.svg?branch=master">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -42,8 +42,8 @@ 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
|
||||
|
||||
:end_of_build
|
||||
|
||||
:end_of_build
|
||||
@@ -1,10 +1,7 @@
|
||||
@echo off
|
||||
|
||||
:: Make sure this is a decent name and not generic
|
||||
set exe_name=odin.exe
|
||||
|
||||
:: Debug = 0, Release = 1
|
||||
set release_mode=1
|
||||
set compiler_flags= -nologo -Oi -TP -fp:precise -Gm- -MP -FC -GS- -EHsc- -GR- -O2 -MT -Z7 -DNO_ARRAY_BOUNDS_CHECK
|
||||
set compiler_warnings= ^
|
||||
-W4 -WX ^
|
||||
|
||||
Reference in New Issue
Block a user