Skip to content
Snippets Groups Projects
Commit 6ac951d7 authored by Julien Signoles's avatar Julien Signoles
Browse files

Merge branch 'ci' into 'master'

Add CfP and Security to continuous integration



See merge request !60
parents 09307b21 44e79194
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,18 @@ Tests: ...@@ -3,4 +3,18 @@ Tests:
- ~oci/oci/bin/bf_client.native run --socket ~oci/data/oci-data/oci.socket --rootfs 1 --frama-c master --E-ACSL $(git rev-parse HEAD) E-ACSL - ~oci/oci/bin/bf_client.native run --socket ~oci/data/oci-data/oci.socket --rootfs 1 --frama-c master --E-ACSL $(git rev-parse HEAD) E-ACSL
tags: tags:
except: except:
- tags - tags
\ No newline at end of file
context-from-precondition:
script:
- ~oci/oci/bin/bf_client.native run --socket ~oci/data/oci-data/oci.socket --rootfs 1 --E-ACSL $CI_BUILD_REF --branch $CI_BUILD_REF_NAME context-from-precondition
tags:
except:
- tags
Security:
script:
- ~oci/oci/bin/bf_client.native run --socket ~oci/data/oci-data/oci.socket --rootfs 1 --E-ACSL $CI_BUILD_REF --branch $CI_BUILD_REF_NAME Security
tags:
except:
- tags
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