mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 15
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -9,7 +9,6 @@ on:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ..
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -18,6 +17,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Before Build
|
- name: Before Build
|
||||||
run: |
|
run: |
|
||||||
export GAMOS=$"${RUNNER_OS,,}"
|
export GAMOS=$"${RUNNER_OS,,}"
|
||||||
@@ -30,4 +34,5 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
echo "ls"
|
echo "ls"
|
||||||
ls -al
|
ls -al
|
||||||
|
cd GAM/src
|
||||||
source travis/${GAMOS}-before-install.sh
|
source travis/${GAMOS}-before-install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user