Skip to content

Commit

Permalink
Initial Bitbucket Pipelines configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
  • Loading branch information
michael-valdron committed May 23, 2023
1 parent 4a0ebef commit 1fa009a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
image: atlassian/default-image:3

pipelines:
default:
- parallel:
- step:
name: 'Test Fedora Setup'
script:
- sh test/fedora/test.sh installers/fedora_setup.sh
services:
- docker
caches:
- docker
- step:
name: 'Test Rocky 8 Setup'
script:
- sh test/rocky/el8/test.sh installers/rocky_setup.sh
services:
- docker
caches:
- docker
- step:
name: 'Test Rocky 9 Setup'
script:
- sh test/rocky/el9/test.sh installers/rocky_setup.sh
services:
- docker
caches:
- docker
- step:
name: 'Test Debian Buster Setup'
script:
- sh test/debian/buster/test.sh installers/debian_setup.sh
services:
- docker
caches:
- docker
- step:
name: 'Test Debian Bullseye Setup'
script:
- sh test/debian/bullseye/test.sh installers/debian_setup.sh
services:
- docker
caches:
- docker

0 comments on commit 1fa009a

Please sign in to comment.