mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Test without conan again
This commit is contained in:
parent
f68f394eef
commit
2728aafdf4
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Build (Ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
cmake -DUSE_PACKAGE_MANAGER=ON -DBUILD_TESTS=ON -DBUILD_APP=OFF ..
|
||||
cmake -DBUILD_TESTS=ON -DBUILD_APP=OFF ..
|
||||
make -j
|
||||
working-directory: build-test
|
||||
shell: bash
|
||||
|
@ -88,6 +88,3 @@ jobs:
|
|||
run: ./bin/chatterino-test --platform minimal
|
||||
working-directory: build-test
|
||||
shell: bash
|
||||
|
||||
- name: Clean conan pkgs
|
||||
run: cmake -P cmake/pmm.cmake /Conan /Clean
|
Loading…
Reference in a new issue