aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-08-05 16:55:32 +0000
committersaturneric <[email protected]>2024-08-05 16:55:32 +0000
commit795a81bd1edad59ef51e73157b5ad68cfa30e328 (patch)
treefd9c4da2f1389f0a236d806e005cabb9f5ceab41 /.github
parentfix: build pipeline (diff)
parentfix: unchecking some check boxes at gnupg controller will not restart (diff)
downloadGpgFrontend-795a81bd1edad59ef51e73157b5ad68cfa30e328.tar.gz
GpgFrontend-795a81bd1edad59ef51e73157b5ad68cfa30e328.zip
fix: according to issues and test, apply some fixesv2.1.4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml9
-rw-r--r--.github/workflows/release-qt5.yml20
-rw-r--r--.github/workflows/release.yml20
3 files changed, 0 insertions, 49 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index dcff8c03..1b4d37dc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -83,15 +83,6 @@ jobs:
sudo make install
cd ${{github.workspace}}
- - name: Build mimalloc (Linux)
- run: |
- git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git ${{github.workspace}}/third_party/mimalloc
- cd ${{github.workspace}}/third_party/mimalloc
- mkdir build && cd build
- cmake -G Ninja -DMI_SECURE=ON ..
- ninja
- sudo ninja install
-
- name: Build googletest (Linux)
run: |
git clone --depth 1 --branch v1.15.0 https://github.com/google/googletest.git ${{github.workspace}}/third_party/googletest
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index 1102379c..7870159e 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -138,26 +138,6 @@ jobs:
cd ${{github.workspace}}
if: matrix.os == 'ubuntu-20.04'
- - name: Build mimalloc (Linux)
- run: |
- git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git ${{github.workspace}}/third_party/mimalloc
- cd ${{github.workspace}}/third_party/mimalloc
- mkdir build && cd build
- cmake -G Ninja -DMI_SECURE=ON ..
- ninja
- sudo ninja install
- if: matrix.os == 'ubuntu-20.04'
-
- - name: Build mimalloc (Windows)
- shell: msys2 {0}
- run: |
- git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git ${{github.workspace}}/third_party/mimalloc
- cd ${{github.workspace}}/third_party/mimalloc
- mkdir build && cd build
- cmake -G Ninja -DMI_SECURE=ON -DCMAKE_INSTALL_PREFIX=$MSYSTEM_PREFIX .. && ninja
- ninja install
- if: matrix.os == 'windows-2019'
-
- name: Build googletest (Linux)
run: |
git clone --depth 1 --branch v1.15.0 https://github.com/google/googletest.git ${{github.workspace}}/third_party/googletest
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 47bf1f5d..e6542d4d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -164,26 +164,6 @@ jobs:
make install
if: matrix.os == 'windows-2019'
- - name: Build mimalloc (Linux)
- run: |
- git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git ${{github.workspace}}/third_party/mimalloc
- cd ${{github.workspace}}/third_party/mimalloc
- mkdir build && cd build
- cmake -G Ninja -DMI_SECURE=ON ..
- ninja
- sudo ninja install
- if: matrix.os == 'ubuntu-20.04'
-
- - name: Build mimalloc (Windows)
- shell: msys2 {0}
- run: |
- git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git ${{github.workspace}}/third_party/mimalloc
- cd ${{github.workspace}}/third_party/mimalloc
- mkdir build && cd build
- cmake -G Ninja -DMI_SECURE=ON -DCMAKE_INSTALL_PREFIX=$MSYSTEM_PREFIX .. && ninja
- ninja install
- if: matrix.os == 'windows-2019'
-
- name: Build googletest (Linux)
run: |
git clone --depth 1 --branch v1.15.0 https://github.com/google/googletest.git ${{github.workspace}}/third_party/googletest