mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +00:00
Update docker.yml
This commit is contained in:
parent
ff771f7bd6
commit
d658116afe
@ -1,25 +1,31 @@
|
|||||||
name: Test Docker Hub Images
|
name: Test Docker Hub Images
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
schedule:
|
|
||||||
# Run once a week at midnight on Sunday morning
|
|
||||||
- cron: '0 0 * * 0'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
centos7-17.5.0:
|
centos7:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container: docker://nasatrick/trick_centos7:17.5.0
|
container: docker://nasatrick/trick_centos7:latest
|
||||||
steps:
|
steps:
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
cd /trick-17.5.0
|
cd /trick*
|
||||||
make test
|
make test
|
||||||
|
|
||||||
ubuntu1804-17.5.0:
|
centos8:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container: docker://nasatrick/trick_ubuntu1804:17.5.0
|
container: docker://nasatrick/trick_centos8:latest
|
||||||
steps:
|
steps:
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
cd /trick-17.5.0
|
cd /trick*
|
||||||
|
make test
|
||||||
|
|
||||||
|
ubuntu1804:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
container: docker://nasatrick/trick_ubuntu1804:latest
|
||||||
|
steps:
|
||||||
|
- name: run tests
|
||||||
|
run: |
|
||||||
|
cd /trick*
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user