Skip to content

Commit cbad7d6

Browse files
committed
Add Xetra compilation
1 parent e89b2e3 commit cbad7d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: curl -L https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx
1717
shell: bash
1818
- name: configure
19-
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
19+
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DXETRA_FAST_SPECIFICATION=ON
2020
- name: build
2121
run: cmake --build build --parallel 2
2222
- name: test

0 commit comments

Comments
 (0)