We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6d3a6 commit b98c68fCopy full SHA for b98c68f
.github/workflows/armadillo_tests.yml
@@ -9,6 +9,6 @@ jobs:
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 hello world
+ - name: compile armadillo example
13
run: |
14
- cd HelloWorld && g++ -o HelloWorld helloworld.cpp && ./HelloWorld
+ cd ArmadilloTest && g++ example.cpp -o example.lnx -O2 -larmadillo
0 commit comments