diff options
author | Saturneric <[email protected]> | 2021-12-12 11:44:09 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-12 12:07:23 +0000 |
commit | 9e9a3d57e81ded1548e6a3bdccadf2a698dcb320 (patch) | |
tree | 3df1a730c9e96148e022de01cf136661d580813b | |
parent | Update CI for Release and Debug. (diff) | |
download | GpgFrontend-9e9a3d57e81ded1548e6a3bdccadf2a698dcb320.tar.gz GpgFrontend-9e9a3d57e81ded1548e6a3bdccadf2a698dcb320.zip |
Update CI
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 3 | ||||
-rw-r--r-- | .github/workflows/release-ci.yml | 11 | ||||
-rw-r--r-- | .github/workflows/release.yml | 3 |
3 files changed, 11 insertions, 6 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 2a0f6319..96e8b3c5 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -90,8 +90,9 @@ jobs: - name: Set up Dependence (Windows) shell: msys2 {0} run: | - pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-qt-creator mingw-w64-x86_64-gpgme + pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-gpgme pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost mingw-w64-x86_64-gnupg gettext-devel libintl msys2-runtime-devel + pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 if: matrix.os == 'windows-latest' - name: Build gpg-error (Linux) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 92a12869..13e4b733 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -2,19 +2,21 @@ name: Build & Package CI Test on: push: - branches: [develop-ci] + branches: [ develop-ci ] paths-ignore: - "**/README.md" - "**/README_CN.md" - "resource/ts/**" - "docs/**" + - "**.md" pull_request: - branches: [develop-ci] + branches: [ develop-ci ] paths-ignore: - "**/README.md" - "**/README_CN.md" - "resource/ts/**" - "docs/**" + - "**.md" env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -25,7 +27,7 @@ jobs: build: strategy: matrix: - os: ["ubuntu-18.04", "macos-10.15", "windows-latest"] + os: [ "ubuntu-18.04", "macos-10.15", "windows-latest" ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -92,8 +94,9 @@ jobs: - name: Set up Dependence (Windows) shell: msys2 {0} run: | - pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-qt-creator mingw-w64-x86_64-gpgme + pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-gpgme pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost mingw-w64-x86_64-gnupg gettext-devel libintl msys2-runtime-devel + pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 if: matrix.os == 'windows-latest' - name: Build gpg-error (Linux) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c707ac2a..187b2399 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,8 +93,9 @@ jobs: - name: Set up Dependence (Windows) shell: msys2 {0} run: | - pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-qt-creator mingw-w64-x86_64-gpgme + pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-gpgme pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost mingw-w64-x86_64-gnupg gettext-devel libintl msys2-runtime-devel + pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 if: matrix.os == 'windows-latest' - name: Build gpg-error (Linux) |