mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 56
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -94,6 +94,7 @@ jobs:
|
|||||||
echo "python=$python" >> $GITHUB_ENV
|
echo "python=$python" >> $GITHUB_ENV
|
||||||
echo "pip=$pip" >> $GITHUB_ENV
|
echo "pip=$pip" >> $GITHUB_ENV
|
||||||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
|
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
|
||||||
|
# done
|
||||||
|
|
||||||
- name: Build GAM
|
- name: Build GAM
|
||||||
run: |
|
run: |
|
||||||
@@ -102,6 +103,7 @@ jobs:
|
|||||||
source travis/${GAMOS}-install.sh
|
source travis/${GAMOS}-install.sh
|
||||||
echo "gampath=$gampath" >> $GITHUB_ENV
|
echo "gampath=$gampath" >> $GITHUB_ENV
|
||||||
echo "gam=$gam" >> $GITHUB_ENV
|
echo "gam=$gam" >> $GITHUB_ENV
|
||||||
|
# done
|
||||||
|
|
||||||
- name: Basic Tests - all jobs
|
- name: Basic Tests - all jobs
|
||||||
run: |
|
run: |
|
||||||
@@ -111,6 +113,7 @@ jobs:
|
|||||||
touch $gampath/nobrowser.txt
|
touch $gampath/nobrowser.txt
|
||||||
$gam version extended
|
$gam version extended
|
||||||
$gam version | grep runner # runner should be part of the path (not /tmp or such)
|
$gam version | grep runner # runner should be part of the path (not /tmp or such)
|
||||||
|
# done
|
||||||
|
|
||||||
- name: Basic Tests - build jobs only
|
- name: Basic Tests - build jobs only
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user