mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
Added python to github actions
This commit is contained in:
parent
5d8ae314ac
commit
7ef4013058
1
.github/workflows/test_32.yml
vendored
1
.github/workflows/test_32.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trick_32bit:
|
trick_32bit:
|
||||||
|
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container: docker://centos:7
|
container: docker://centos:7
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/test_linux.yml
vendored
1
.github/workflows/test_linux.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||||
cfg:
|
cfg:
|
||||||
#-------- Operating Systems ----------------
|
#-------- Operating Systems ----------------
|
||||||
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023
|
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023
|
||||||
|
1
.github/workflows/test_macos.yml
vendored
1
.github/workflows/test_macos.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macOS:
|
macOS:
|
||||||
|
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user