projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e63cbe
)
[ci] Add Fedora builder (#598)
author
ebraminio
<ebrahim@gnu.org>
Wed, 1 Nov 2017 21:10:55 +0000
(14:10 -0700)
committer
GitHub
<noreply@github.com>
Wed, 1 Nov 2017 21:10:55 +0000
(14:10 -0700)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 336a200c9bf6009dffa8ceb894a8daab5e21b6c1..630ab0b683831059db286c26a070e3af5ccea4a0 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-2,6
+2,14
@@
version: 2
jobs:
+ fedora:
+ docker:
+ - image: fedora
+ steps:
+ - checkout
+ - run: dnf install -y pkg-config ragel gcc gcc-c++ automake autoconf libtool make which glib2-devel freetype-devel || true
+ - run: ./autogen.sh && make && make check
+
freebsd9:
docker:
- image: donbowman/freebsd-cross-build
@@
-71,6
+79,7
@@
workflows:
version: 2
build:
jobs:
+ - fedora
- freebsd9
- base
- psvita