Skip to content
Snippets Groups Projects
.rancher-pipeline.yml 439 B
Newer Older
  • Learn to ignore specific revisions
  • stages:
    - name: build
      steps:
      - runScriptConfig:
          image: baltig.infn.it:4567/bisegni/chaos-docker-compilation/centos7:devtools7
          shellScript: |-
    
            cmake -DCHAOS_AGENT=OFF -DCHAOS_ARCHITECTURE_TEST=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo .
    
    Claudio Bisegni's avatar
    Claudio Bisegni committed
            make  -j $NPROC
            make install
    
    timeout: 60
    notification:
      recipients:
      - recipient: '#chaosframework'
        notifier: c-8rpc8:n-l9l78
      condition:
      - Success
      - Failed