forked from Chatterino/chatterino2
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libqtspell-qt5-dev to build docs and GH workflow
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- dankerino | ||
pull_request: | ||
|
||
concurrency: | ||
concurrency: | ||
group: build-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
|
@@ -76,12 +76,12 @@ jobs: | |
- name: Add Conan to path | ||
if: startsWith(matrix.os, 'windows') | ||
run: echo "C:\Program Files\Conan\conan\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append | ||
|
||
- name: Install dependencies (Windows) | ||
if: startsWith(matrix.os, 'windows') | ||
run: | | ||
choco install conan -y | ||
- name: Enable Developer Command Prompt | ||
if: startsWith(matrix.os, 'windows') | ||
uses: ilammy/[email protected] | ||
|
@@ -99,7 +99,7 @@ jobs: | |
cp release/chatterino.exe Chatterino2/ | ||
echo nightly > Chatterino2/modes | ||
7z a chatterino-windows-x86-64.zip Chatterino2/ | ||
- name: Build with CMake (Windows) | ||
if: startsWith(matrix.os, 'windows') && matrix.build-system == 'cmake' | ||
run: | | ||
|
@@ -125,7 +125,7 @@ jobs: | |
if: startsWith(matrix.os, 'windows') | ||
run: conan remove "*" -fsb | ||
shell: bash | ||
|
||
# LINUX | ||
- name: Install dependencies (Ubuntu) | ||
if: startsWith(matrix.os, 'ubuntu') | ||
|
@@ -150,7 +150,8 @@ jobs: | |
libxcb-keysyms1 \ | ||
libxcb-render-util0 \ | ||
libxcb-xinerama0 \ | ||
libxcb-randr0 | ||
libxcb-randr0 \ | ||
libqtspell-qt5-dev | ||
- name: Build (Ubuntu) | ||
if: startsWith(matrix.os, 'ubuntu') && matrix.build-system == 'qmake' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters