Browse Source

gci : remove -DInstallPath et make install et ajout de tesCampaignAll

keep-around/d8695f4781f6da729a496e1cec900fc945bfe3d7
Peio Rigaux 7 years ago
parent
commit
d8695f4781
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .gitlab-ci.yml

+ 3
- 4
.gitlab-ci.yml View File

@ -4,10 +4,9 @@ job1:
script:
- mkdir -p build-bcg729
- cd build-bcg729
- cmake .. -DCMAKE_INSTALL_PREFIX=~ -DENABLE_TESTS=YES
- cmake .. -DENABLE_TESTS=YES
- make
- make install
#- cd test
- make check
- cd test
- ./testCampaignAll

Loading…
Cancel
Save