File tree Expand file tree Collapse file tree 3 files changed +16
-19
lines changed
Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1+ name : armadillo_tests
2+
3+ on : push
4+
5+ jobs :
6+ cpp-helloworld :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v4
10+ - name : Build docker images
11+ run : sudo apt-get update && sudo apt-get install build-essential cmake libopenblas-dev liblapack-dev libarpack2 libarmadillo-dev
12+ - name : compile armadillo example
13+ run : |
14+ cd ArmadilloTest && g++ example.cpp -o example.lnx -O2 -larmadillo && ./example.lnx
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: bashTest
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [ master ]
1010 pull_request :
11- branches : [ main ]
11+ branches : [ master ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments