Skip to content

Filter Events (#239) #152

Filter Events (#239)

Filter Events (#239) #152

Workflow file for this run

name: ToolAnalysis C/C++ CI
on:
push:
branches: [ Application ]
pull_request:
branches: [ Application ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_1:
runs-on: ubuntu-latest
container: 'anniesoft/toolanalysis:latest'
steps:
- uses: actions/checkout@v2
- name: prerequisits
run: yum install -y git make gcc-c++ which wget
- name: build
run: echo `pwd` && ln -s /ToolAnalysis/ToolDAQ $PWD/ToolDAQ && ls -l && ls -l ./ToolDAQ && source ./Setup.sh && make clean && make
- name: test
run : source ./Setup.sh && ./Analyse