mirror of https://github.com/AxioDL/metaforce.git
Update .gitlab-ci.yml
This commit is contained in:
parent
d44eccc386
commit
8575e76509
|
@ -13,7 +13,6 @@
|
|||
cmake
|
||||
-GNinja
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DLLVM_ROOT_DIR=/opt/urde-llvm
|
||||
-DURDE_DLPACKAGE=urde-$CI_PIPELINE_ID-macos-x86_64-$URDE_VECTOR_ISA
|
||||
-DURDE_VECTOR_ISA=$URDE_VECTOR_ISA
|
||||
..
|
||||
|
@ -119,6 +118,11 @@ build:linux:avx2:
|
|||
tags:
|
||||
- win32
|
||||
script:
|
||||
- set PATH=C:\projects\deps\ninja;%PATH%
|
||||
- set PATH=C:\projects\deps\cmake\cmake-3.16.4-win64-x64\bin;%PATH%
|
||||
# - set PATH=C:\projects\deps\llvm\bin;%PATH%
|
||||
# - set CC=clang-cl -mrtm
|
||||
# - set CXX=clang-cl -mrtm
|
||||
- 'call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64'
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
@ -128,6 +132,7 @@ build:linux:avx2:
|
|||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DURDE_DLPACKAGE=urde-%CI_PIPELINE_ID%-win32-x86_64-%URDE_VECTOR_ISA%
|
||||
-DURDE_VECTOR_ISA=%URDE_VECTOR_ISA%
|
||||
-DLLVM_ROOT_DIR=C:\projects\deps\llvm
|
||||
..
|
||||
- ninja urde hecl visigen
|
||||
- 'copy Binaries\urde.exe "%CI_PROJECT_DIR%\urde.exe"'
|
||||
|
|
Loading…
Reference in New Issue