Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Add fedora to jenkins.sh
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Apr 13, 2019
1 parent f20868e commit 2de434e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ failed=0
./build-image.sh debian-clang || failed=1
./build-image.sh debian-clang-devel || failed=1

./build-image.sh fedora || failed=1
./build-image.sh fedora-clang || failed=1
./build-image.sh fedora-clang-devel --no-cache || failed=1
./build-image.sh fedora-gcc || failed=1
Expand Down

0 comments on commit 2de434e

Please sign in to comment.