Skip to content

Add some self-test data #3

Add some self-test data

Add some self-test data #3

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
#pull_request:
# Allows you to run this workflow manually from the Actions tab
#workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
mps-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
- name: Build MPS
uses: addnab/docker-run-action@v3
with:
image: galoisinc/hardens
options: -v ${{ github.workspace }}:/HARDENS
run: |
cd components/mission_protection_system/src
make rts