Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
50dab1ab
Commit
50dab1ab
authored
May 23, 2019
by
Julien Abadji
Browse files
Update .gitlab-ci.yml
parent
28067e99
Pipeline
#86
failed with stage
in 3 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
50dab1ab
#image: ubuntu:latest
build:latest:
image
:
ubuntu:latest
script
:
-
apt update
-
apt install -y sudo git g++ cmake ninja-build
-
developer_tools/clone_standard_modules.sh
-
./install.sh all
-
./check_all.sh
-
developer_tools/update_bash_profile.sh ~/.bashrc
-
source ~/.bashrc
build:xenial:
image
:
ubuntu:xenial
.install_script
:
&install_definition
script
:
-
apt update
-
apt install -y wget sudo
-
wget -O - https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh | bash
\ No newline at end of file
-
wget -O - https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh | bash
build:xenial:
image
:
ubuntu:xenial
<<
:
*install_definition
build:latest:
image
:
ubuntu:latest
<<
:
*install_definition
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment