mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 60
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
~/ssl
|
~/ssl
|
||||||
key: ${{ matrix.os }}-${ matrix.jid }}
|
key: ${{ matrix.os }}-${ matrix.jid }}
|
||||||
|
|
||||||
- name: Build and install Python/OpenSSL
|
- name: Build and install Python and OpenSSL
|
||||||
if: steps.cache-primes.outputs.cache-hit != 'true'
|
if: steps.cache-primes.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
echo "gampath=$gampath" >> $GITHUB_ENV
|
echo "gampath=$gampath" >> $GITHUB_ENV
|
||||||
echo "gam=$gam" >> $GITHUB_ENV
|
echo "gam=$gam" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Basic Tests - all jobs
|
- name: Basic Tests all jobs
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
cd src
|
cd src
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
$gam version extended
|
$gam version extended
|
||||||
$gam version | grep runner
|
$gam version | grep runner
|
||||||
|
|
||||||
- name: Basic Tests - build jobs only
|
- name: Basic Tests build jobs only
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
vline=$($gam version | grep "Python ")
|
vline=$($gam version | grep "Python ")
|
||||||
@@ -124,7 +124,7 @@ jobs:
|
|||||||
this_openssl="${openssl_line[1]}"
|
this_openssl="${openssl_line[1]}"
|
||||||
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
||||||
|
|
||||||
- name: Live API tests - build jobs only
|
- name: Live API tests build jobs only
|
||||||
run: |
|
run: |
|
||||||
bash .github/actions/decrypt.sh
|
bash .github/actions/decrypt.sh
|
||||||
cd src
|
cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user