Skip to content
Snippets Groups Projects
Commit a5694dc2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

new linux32 build

parent 1b010816
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ windows64_msvc_ci: ...@@ -67,7 +67,7 @@ windows64_msvc_ci:
# Official Linux builds (master branch only) # Official Linux builds (master branch only)
# ------------------------------------------ # ------------------------------------------
.linux64_official: &linux64_official .linux_official: &linux_official
only: only:
- master - master
script: script:
...@@ -77,19 +77,40 @@ windows64_msvc_ci: ...@@ -77,19 +77,40 @@ windows64_msvc_ci:
- make package -j 1 - make package -j 1
- PKG=`ls gmsh-*.tar*`; scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/Linux/${PKG/\.tar\.gz/\.tgz} - PKG=`ls gmsh-*.tar*`; scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/Linux/${PKG/\.tar\.gz/\.tgz}
- /usr/local/bin/ctest -D Experimental -j 1 --output-on-failure - /usr/local/bin/ctest -D Experimental -j 1 --output-on-failure
linux64_official_snapshot:
<<: *linux_official
tags: tags:
- linux64 - linux64
- official - official
linux64_official_snapshot:
<<: *linux64_official
except: except:
- tags - tags
linux64_official_release: linux64_official_release:
variables: variables:
EXTRA_VERSION: "" EXTRA_VERSION: ""
<<: *linux64_official <<: *linux_official
tags:
- linux64
- official
only:
- /^gmsh_.*$/
linux32_official_snapshot:
<<: *linux_official
tags:
- linux32
- official
except:
- tags
linux32_official_release:
variables:
EXTRA_VERSION: ""
<<: *linux_official
tags:
- linux32
- official
only: only:
- /^gmsh_.*$/ - /^gmsh_.*$/
...@@ -149,7 +170,7 @@ windows32_official_release: ...@@ -149,7 +170,7 @@ windows32_official_release:
# Official MacOS builds (master branch only) # Official MacOS builds (master branch only)
# ------------------------------------------ # ------------------------------------------
.macos64_official: &macos64_official .macos_official: &macos_official
only: only:
- master - master
script: script:
...@@ -163,19 +184,22 @@ windows32_official_release: ...@@ -163,19 +184,22 @@ windows32_official_release:
- scp ace@ace36.montefiore.ulg.ac.be:/tmp/${PKG} . - scp ace@ace36.montefiore.ulg.ac.be:/tmp/${PKG} .
- scp ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/MacOSX/${PKG} - scp ${PKG} geuzaine@gmsh.info:.wwwgmsh/bin/MacOSX/${PKG}
- /usr/local/bin/ctest -D Experimental -j 1 --output-on-failure - /usr/local/bin/ctest -D Experimental -j 1 --output-on-failure
macos64_official_snapshot:
<<: *macos_official
tags: tags:
- macos64 - macos64
- official - official
macos64_official_snapshot:
<<: *macos64_official
except: except:
- tags - tags
macos64_official_release: macos64_official_release:
variables: variables:
EXTRA_VERSION: "" EXTRA_VERSION: ""
<<: *macos64_official <<: *macos_official
tags:
- macos64
- official
only: only:
- /^gmsh_.*$/ - /^gmsh_.*$/
...@@ -192,12 +216,12 @@ macos64_official_release: ...@@ -192,12 +216,12 @@ macos64_official_release:
- /usr/local/bin/cmake -DGMSH_EXTRA_VERSION=${EXTRA_VERSION:0:13} .. - /usr/local/bin/cmake -DGMSH_EXTRA_VERSION=${EXTRA_VERSION:0:13} ..
- make package_source - make package_source
- PKG=`ls gmsh-*.tar*`; scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${PKG} geuzaine@gmsh.info:.wwwgmsh/src/${PKG/\.tar\.gz/\.tgz} - PKG=`ls gmsh-*.tar*`; scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${PKG} geuzaine@gmsh.info:.wwwgmsh/src/${PKG/\.tar\.gz/\.tgz}
tags:
- linux64
- official
source_official_snapshot: source_official_snapshot:
<<: *source_official <<: *source_official
tags:
- linux64
- official
except: except:
- tags - tags
...@@ -205,5 +229,8 @@ source_official_release: ...@@ -205,5 +229,8 @@ source_official_release:
variables: variables:
EXTRA_VERSION: "" EXTRA_VERSION: ""
<<: *source_official <<: *source_official
tags:
- linux64
- official
only: only:
- /^gmsh_.*$/ - /^gmsh_.*$/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment