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

test official builds with mandatory c++11

parent 2f9b244c
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,8 @@ windows64_msvc_ci: ...@@ -82,8 +82,8 @@ windows64_msvc_ci:
# ------------------------------------------ # ------------------------------------------
.linux_official: &linux_official .linux_official: &linux_official
only: # only:
- master@gmsh/gmsh # - master@gmsh/gmsh
<<: *ssh_config <<: *ssh_config
script: script:
- mkdir build - mkdir build
...@@ -182,8 +182,8 @@ linux32-sdk_official_release: ...@@ -182,8 +182,8 @@ linux32-sdk_official_release:
# -------------------------------------------- # --------------------------------------------
.windows_official: &windows_official .windows_official: &windows_official
only: # only:
- master@gmsh/gmsh # - master@gmsh/gmsh
script: script:
- md build - md build
- cd build - cd build
...@@ -285,8 +285,8 @@ windows32-sdk_official_release: ...@@ -285,8 +285,8 @@ windows32-sdk_official_release:
# ------------------------------------------ # ------------------------------------------
.macos_official: &macos_official .macos_official: &macos_official
only: # only:
- master@gmsh/gmsh # - master@gmsh/gmsh
script: script:
- mkdir build - mkdir build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment