Add code generation for windows
This commit is contained in:
parent
9361f0fe37
commit
fb512e4a15
@ -45,6 +45,9 @@ mkdir -p $ObjDir > $null
|
|||||||
mkdir -p $OutDir > $null
|
mkdir -p $OutDir > $null
|
||||||
mkdir -p $TestsDir > $null
|
mkdir -p $TestsDir > $null
|
||||||
|
|
||||||
|
# Run code generation
|
||||||
|
Invoke-Expression "python3 -m codegen"
|
||||||
|
|
||||||
# Build and run tests
|
# Build and run tests
|
||||||
Invoke-Expression "$Compiler $GeneralFlags $IncludeDirs $TestIncludeDirs $SrcFiles $TestSrcFiles $TestOutputs" -ErrorAction Stop
|
Invoke-Expression "$Compiler $GeneralFlags $IncludeDirs $TestIncludeDirs $SrcFiles $TestSrcFiles $TestOutputs" -ErrorAction Stop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user