File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v2
8- - name : Install fmt manually
9- run : git clone https://github.com/fmtlib/fmt
10- && cd fmt
11- && cmake . -DFMT_TEST=FALSE
12- && sudo make -j install
13- - name : Install spdlog manually
14- run : git clone https://github.com/gabime/spdlog
15- && cd spdlog
16- && cmake .
17- && sudo make -j install
8+ - name : Install dependencies
9+ run : sudo apt-get install -y libfmt-dev libspdlog-dev
1810 - name : Compilation and execution
1911 uses : spoutn1k/mcmap-benchmark@cmake
2012 - name : Upload time data
Original file line number Diff line number Diff line change 66 name : Unit Tests
77 runs-on : ubuntu-latest
88 steps :
9- - name : Install fmt manually
10- run : git clone https://github.com/fmtlib/fmt
11- && cd fmt
12- && cmake . -DFMT_TEST=FALSE
13- && sudo make -j install
14- - name : Install spdlog manually
15- run : git clone https://github.com/gabime/spdlog
16- && cd spdlog
17- && cmake .
18- && sudo make -j install
19- - name : Install gtest manually
20- run : sudo apt-get install -y libgtest-dev
9+ - name : Install dependencies
10+ run : sudo apt-get install -y libgtest-dev libfmt-dev libspdlog-dev
2111 && cd /usr/src/gtest
2212 && CXX=g++-10 sudo cmake CMakeLists.txt
2313 && sudo make -j
You can’t perform that action at this time.
0 commit comments