Skip to content

Commit 08724aa

Browse files
Initial Bitbucket Pipelines configuration
Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
1 parent 4a0ebef commit 08724aa

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
image: atlassian/default-image:3
2+
3+
pipelines:
4+
default:
5+
- parallel:
6+
- step:
7+
name: 'Test Fedora Setup'
8+
script:
9+
- sh test/fedora/test.sh installers/fedora_setup.sh
10+
services:
11+
- docker
12+
caches:
13+
- docker
14+
- step:
15+
name: 'Test Rocky 8 Setup'
16+
script:
17+
- sh test/rocky/el8/test.sh installers/rocky_setup.sh
18+
services:
19+
- docker
20+
caches:
21+
- docker
22+
- step:
23+
name: 'Test Rocky 9 Setup'
24+
script:
25+
- sh test/rocky/el9/test.sh installers/rocky_setup.sh
26+
services:
27+
- docker
28+
caches:
29+
- docker
30+
- step:
31+
name: 'Test Debian Buster Setup'
32+
script:
33+
- sh test/debian/buster/test.sh installers/debian_setup.sh
34+
services:
35+
- docker
36+
caches:
37+
- docker
38+
- step:
39+
name: 'Test Debian Bullseye Setup'
40+
script:
41+
- sh test/debian/bullseye/test.sh installers/debian_setup.sh
42+
services:
43+
- docker
44+
caches:
45+
- docker
46+
- step:
47+
name: 'Test Debian Bullseye Setup'
48+
script:
49+
- sh test/debian/bullseye/test.sh installers/debian_setup.sh
50+
services:
51+
- docker
52+
caches:
53+
- docker

0 commit comments

Comments
 (0)