Skip to content

Commit

Permalink
Run ctest on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Jan 23, 2022
1 parent d96ce40 commit e56fa9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
run: |
sudo apt-get install -y build-essential cmake
mkdir -p build && cd build
cmake -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
cmake -DPLATFORMFOLDERS_BUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release .. -B .
sudo cmake --build . --target install
ctest

0 comments on commit e56fa9d

Please sign in to comment.