mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +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:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: ..
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,6 +17,11 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Before Build
|
||||
run: |
|
||||
export GAMOS=$"${RUNNER_OS,,}"
|
||||
@@ -30,4 +34,5 @@ jobs:
|
||||
pwd
|
||||
echo "ls"
|
||||
ls -al
|
||||
cd GAM/src
|
||||
source travis/${GAMOS}-before-install.sh
|
||||
|
||||
Reference in New Issue
Block a user