https://github.com/feelpp/feelpp
Raw File
Tip revision: 5f3596ef1e3612814df9e01fa4a5590dc956eb4d authored by romainhild on 18 October 2021, 19:57:09 UTC
remove boost::bimap from crb
Tip revision: 5f3596e
pipeline.testsuite.yml
steps:
 - name: ':$TARGET $CXX feelpp-testsuite :hammer:'
   command: feelpp/tools/scripts/buildkite/install-feelpp.sh testsuite
   agents:
     docker: true
   artifact_paths: Testing/junit-*.xml
 - wait: ~
   continue_on_failure: false
 - plugins:
     junit-annotate#v1.7.0:
       artifacts: Testing/junit-*.xml
 - wait
 - command: feelpp/tools/scripts/buildkite/release.sh  -- feelpp-testsuite
   name: ":docker: push images to the hub :rocket:"
   agents:
     docker: true
back to top