Skip to content

CNNImage

CNNImage #228

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:
# Workaround to provide additional free space for testing.
# https://github.com/actions/virtual-environments/issues/2840
df -h;
rm -rf /usr/share/dotnet;
rm -rf /opt/ghc;
rm -rf "/usr/local/share/boost";
rm -rf "$AGENT_TOOLSDIRECTORY";
df -h;
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