Skip to content
Snippets Groups Projects
Commit b7bfe436 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

install gcc-c++ for gitlab CI tests

Former-commit-id: e287896a8691e7f53efe9a4796497fe70f1e564e
parent 4e9468ed
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ test-centos7: ...@@ -9,6 +9,7 @@ test-centos7:
- yum install install -y python34-pip python34-devel - yum install install -y python34-pip python34-devel
- yum install -y gcc graphviz graphviz-devel - yum install -y gcc graphviz graphviz-devel
- yum install -y httpd httpd-devel - yum install -y httpd httpd-devel
- yum install gcc-c++
- cd ippisite - cd ippisite
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- python3 manage.py test - python3 manage.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment