Skip to content
Snippets Groups Projects
Verified Commit 8d5068a9 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci/linux: echo information

parent 0fca3615
No related branches found
No related tags found
No related merge requests found
Pipeline #25962 failed
...@@ -20,6 +20,8 @@ jobs: ...@@ -20,6 +20,8 @@ jobs:
- run: | - run: |
sudo apt-get update sudo apt-get update
sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev
echo $(sudo apt list --installed)
echo $(g++ --version)
- run: cmake -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) . - run: cmake -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) .
- run: make -j2 - run: make -j2
- run: make test - run: make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment