Skip to content

Commit 1081e22

Browse files
committed
Test api_autogen building on Linux
1 parent cf8e8f6 commit 1081e22

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ jobs:
208208
cmake -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSAM_SKIP_TESTS=1 -DSAM_SKIP_TOOLS=1 -DSAMAPI_EXPORT=1 -DUSE_XPRESS=0 -DUSE_COINOR=1 -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_SYSTEM_PREFIX_PATH=${ORTOOLSDIR} -Dabsl_DIR=${ORTOOLSDIR}\lib\cmake\absl" -Dutf8_range_DIR=${ORTOOLSDIR}\lib\cmake\utf8_range"
209209
cmake --build build -j4 --target ssc
210210
211-
# - name: Build api_autogen
212-
# if: steps.cachedsam.outputs.cache-hit != 'true'
213-
# run: |
214-
# cd $GITHUB_WORKSPACE/sam/api
215-
# mkdir build
216-
# cd build
217-
# cmake -DCMAKE_BUILD_TYPE=Release ..
218-
# cmake --build build -j4
211+
- name: Build api_autogen
212+
if: steps.cachedsam.outputs.cache-hit != 'true'
213+
run: |
214+
cd $GITHUB_WORKSPACE/sam/api
215+
mkdir build
216+
cd build
217+
cmake -DCMAKE_BUILD_TYPE=Release ..
218+
cmake --build build -j4
219219
220220
221221
# - name: Install conda

0 commit comments

Comments
 (0)