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
62550eca
Commit
62550eca
authored
May 07, 2019
by
Julien Abadji
Browse files
Update .gitlab-ci.yml
parent
39b1b9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
62550eca
...
...
@@ -2,6 +2,12 @@ image: ubuntu:latest
job1
:
script
:
-
apt update
-
apt install -y git cmake ninja-build g++
-
git submodule add https://promethe.u-cergy.fr/blaar/fftw.git
-
./update_and_install_all.sh
-
apt install git g++ cmake ninja-build doxygen lsof libpng-dev libjpeg-dev gnuplot fftw3-dev libsndfile1-dev libasound2-dev libv4l-dev libgtk-3-dev
-
cd blaar
-
developer_tools/clone_standard_modules.sh
-
git submodule add https://promethe.u-cergy.fr/blaar/asound.git
-
git submodule add https://promethe.u-cergy.fr/blaar/i_v4l2_camera.git
-
./install.sh all
-
./check_all.sh
-
developer_tools/update_bash_profile.sh ~/.bashrc
-
source ~/.bashrc
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