You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
293 B

job1:
tags: [ "docker" ]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian:9
script:
- mkdir -p build-bcg729
- cd build-bcg729
- cmake .. -DCMAKE_INSTALL_PREFIX=~ -DENABLE_TESTS=YES
- make
- make install
- cd test
- cmake testCampaignAll