mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Disable mage build for windows.
parent
099ed29d06
commit
3d47502179
|
|
@ -16,7 +16,7 @@ build-mage-linux:
|
|||
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
GIT_SUBMODULE_DEPTH: 1
|
||||
GIT_SUBMODULE_DEPTH: 20
|
||||
script:
|
||||
- cd mage/src/
|
||||
- mkdir -p build
|
||||
|
|
@ -29,30 +29,30 @@ build-mage-linux:
|
|||
- mage/src/build/mage_extraire
|
||||
- mage/src/build/mailleurPF
|
||||
|
||||
build-mage-windows:
|
||||
stage: build
|
||||
tags:
|
||||
- wine
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
GIT_SUBMODULE_DEPTH: 1
|
||||
script:
|
||||
- cd mage/src/
|
||||
- sed s/add_compile_definitions(win)/add_compile_definitions(windows)/ CMakeLists.txt > __tmp__
|
||||
- echo set(CMAKE_Fortran_COMPILER "C:/Program\ Files/gcc/bin/gfortran.exe") > CMakeLists.txt
|
||||
- echo set(CMAKE_MAKE_PROGRAM "C:/Program Files\ \(x86\)/GnuWin32/bin/make.exe") >> CMakeLists.txt
|
||||
- type __tmp__ >> CMakeLists.txt
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "MinGW Makefiles" ..
|
||||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
- mage/src/build/mage.exe
|
||||
- mage/src/build/mage_extraire.exe
|
||||
- mage/src/build/mailleurPF.exe
|
||||
# build-mage-windows:
|
||||
# stage: build
|
||||
# tags:
|
||||
# - wine
|
||||
# rules:
|
||||
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||
# variables:
|
||||
# GIT_SUBMODULE_STRATEGY: recursive
|
||||
# GIT_SUBMODULE_DEPTH: 20
|
||||
# script:
|
||||
# - cd mage/src/
|
||||
# - sed s/add_compile_definitions(win)/add_compile_definitions(windows)/ CMakeLists.txt > __tmp__
|
||||
# - echo set(CMAKE_Fortran_COMPILER "C:/Program\ Files/gcc/bin/gfortran.exe") > CMakeLists.txt
|
||||
# - echo set(CMAKE_MAKE_PROGRAM "C:/Program Files\ \(x86\)/GnuWin32/bin/make.exe") >> CMakeLists.txt
|
||||
# - type __tmp__ >> CMakeLists.txt
|
||||
# - mkdir build
|
||||
# - cd build
|
||||
# - cmake -G "MinGW Makefiles" ..
|
||||
# - make
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - mage/src/build/mage.exe
|
||||
# - mage/src/build/mage_extraire.exe
|
||||
# - mage/src/build/mailleurPF.exe
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
@ -120,8 +120,8 @@ windows-package:
|
|||
artifacts: true
|
||||
- job: build
|
||||
artifacts: true
|
||||
- job: build-mage-windows
|
||||
artifacts: true
|
||||
# - job: build-mage-windows
|
||||
# artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||
artifacts:
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ copy /y ..\VERSION dist\pamhyr\
|
|||
copy /y ..\AUTHORS dist\pamhyr\
|
||||
|
||||
rem MAGE
|
||||
copy /y ..\mage\src\build\mage.exe dist\pamhyr\
|
||||
copy /y ..\mage\src\build\mage_extraire.exe dist\pamhyr\
|
||||
copy /y ..\mage\src\build\mailleurPF.exe dist\pamhyr\
|
||||
rem copy /y ..\mage\src\build\mage.exe dist\pamhyr\
|
||||
rem copy /y ..\mage\src\build\mage_extraire.exe dist\pamhyr\
|
||||
rem copy /y ..\mage\src\build\mailleurPF.exe dist\pamhyr\
|
||||
|
||||
rem Make installer
|
||||
"C:\Program Files (x86)\NSIS\makensis.exe" pamhyr.nsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue