Test without conan again

This commit is contained in:
Rasmus Karlsson 2021-02-21 14:05:08 +01:00
parent f68f394eef
commit 2728aafdf4

View file

@ -78,7 +78,7 @@ jobs:
- name: Build (Ubuntu) - name: Build (Ubuntu)
if: startsWith(matrix.os, 'ubuntu') if: startsWith(matrix.os, 'ubuntu')
run: | run: |
cmake -DUSE_PACKAGE_MANAGER=ON -DBUILD_TESTS=ON -DBUILD_APP=OFF .. cmake -DBUILD_TESTS=ON -DBUILD_APP=OFF ..
make -j make -j
working-directory: build-test working-directory: build-test
shell: bash shell: bash
@ -88,6 +88,3 @@ jobs:
run: ./bin/chatterino-test --platform minimal run: ./bin/chatterino-test --platform minimal
working-directory: build-test working-directory: build-test
shell: bash shell: bash
- name: Clean conan pkgs
run: cmake -P cmake/pmm.cmake /Conan /Clean