Compiler seulement le client Mac OSX sur la branche mac-ci-build
This commit is contained in:
parent
6a6252b4fb
commit
8a37223e35
1 changed files with 19 additions and 2 deletions
|
@ -39,6 +39,7 @@ Linux client build:
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- ryzomcore
|
- ryzomcore
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: debian:jessie
|
image: debian:jessie
|
||||||
|
@ -88,6 +89,8 @@ Linux client build:
|
||||||
|
|
||||||
Linux server debian_amd64_strech build:
|
Linux server debian_amd64_strech build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/debian:9
|
image: amd64/debian:9
|
||||||
|
@ -169,6 +172,8 @@ Linux server debian_amd64_strech build:
|
||||||
|
|
||||||
Linux client debian_amd64_strech build:
|
Linux client debian_amd64_strech build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/debian:9
|
image: amd64/debian:9
|
||||||
|
@ -229,6 +234,8 @@ Linux client debian_amd64_strech build:
|
||||||
|
|
||||||
Linux client_static debian_amd64_strech build:
|
Linux client_static debian_amd64_strech build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/debian:9
|
image: amd64/debian:9
|
||||||
|
@ -335,6 +342,8 @@ Linux client_static debian_amd64_strech build:
|
||||||
# Fedora Client
|
# Fedora Client
|
||||||
Linux client fedora_amd64_27 build:
|
Linux client fedora_amd64_27 build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/fedora:27
|
image: amd64/fedora:27
|
||||||
|
@ -395,6 +404,8 @@ Linux client fedora_amd64_27 build:
|
||||||
# Ubuntu Client
|
# Ubuntu Client
|
||||||
Linux client ubuntu_amd64_17_10 build:
|
Linux client ubuntu_amd64_17_10 build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/ubuntu:17.10
|
image: amd64/ubuntu:17.10
|
||||||
|
@ -450,6 +461,8 @@ Linux client ubuntu_amd64_17_10 build:
|
||||||
# Archlinux Client
|
# Archlinux Client
|
||||||
Linux client archlinux build:
|
Linux client archlinux build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: base/archlinux
|
image: base/archlinux
|
||||||
|
@ -544,6 +557,8 @@ Linux client archlinux build:
|
||||||
|
|
||||||
Windows client build:
|
Windows client build:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: amd64/debian:9
|
image: amd64/debian:9
|
||||||
|
@ -608,6 +623,7 @@ Linux client test:
|
||||||
stage: test
|
stage: test
|
||||||
except:
|
except:
|
||||||
- ryzomcore
|
- ryzomcore
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
image: ubuntu:14.04
|
image: ubuntu:14.04
|
||||||
|
@ -619,8 +635,9 @@ Linux client test:
|
||||||
|
|
||||||
.OSX client test:
|
.OSX client test:
|
||||||
stage: test
|
stage: test
|
||||||
except:
|
only:
|
||||||
- ryzomcore
|
- tags
|
||||||
|
- mac-ci-build
|
||||||
tags:
|
tags:
|
||||||
- OSX
|
- OSX
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue