File tree 3 files changed +16
-19
lines changed
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
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the main branch
8
8
push :
9
- branches : [ main ]
9
+ branches : [ master ]
10
10
pull_request :
11
- branches : [ main ]
11
+ branches : [ master ]
12
12
13
13
# Allows you to run this workflow manually from the Actions tab
14
14
workflow_dispatch :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments