Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Aug 20, 2024
1 parent e1008b6 commit e859c7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,21 @@ jobs:
libprotobuf-dev \
libtool \
libz-dev \
ninja-build \
pkg-config \
protobuf-compiler
- name: Running CMake (PUC Rio Lua -current)
run: |
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
-DUSE_LUA=ON -DENABLE_BUILD_PROTOBUF=OFF \
-G Ninja -S . -B build
-S . -B build
if: ${{ matrix.LUA == 'lua' }}

- name: Running CMake (LuaJIT -current)
run: |
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
-DUSE_LUAJIT=ON -DENABLE_BUILD_PROTOBUF=OFF \
-G Ninja -S . -B build
-S . -B build
if: ${{ matrix.LUA == 'luajit' }}

- name: Building
Expand Down

0 comments on commit e859c7f

Please sign in to comment.