Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit db4d2ac

Browse files
committed
Use GitHub Actions, test GNAT CE 2020
ref #178
1 parent d041858 commit db4d2ac

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

.github/workflows/ci.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CI
2+
3+
on: push
4+
5+
jobs:
6+
gnat_community_2019:
7+
name: gnat-community-2019
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v1
11+
- name: GNAT Community 2019
12+
run: docker run -v $PWD:/gneiss componolit/ci:gnat-community-2019 /bin/sh -c "/gneiss/test/linux.sh"
13+
gnat_community_2020:
14+
name: gnat-community-2020
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v1
18+
- name: GNAT Community 2020
19+
run: docker run -v $PWD:/gneiss componolit/ci:gnat-community-2020 /bin/sh -c "/gneiss/test/linux.sh"
20+
genode:
21+
name: Genode
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v1
25+
- name: Genode
26+
run: docker run -v $PWD:/gneiss componolit/ci:genode /bin/sh -c "/gneiss/test/genode.sh"

.travis.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)