Skip to content

Commit b95008e

Browse files
committed
ci: build releases without tests
1 parent ea61134 commit b95008e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
mkdir build
4949
cd build
50-
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
50+
cmake .. -DWITH_TESTS=OFF -DCMAKE_INSTALL_PREFIX=/usr
5151
cmake --build .
5252
make install DESTDIR=AppDir
5353
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
mkdir build
103103
cd build
104-
cmake ..
104+
cmake .. -DWITH_TESTS=OFF
105105
cmake --build . --config release
106106
107107
- name: set environment

0 commit comments

Comments
 (0)