git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a1c8348
)
chore(ci): Build on both ZNC 1.6 and ZNC 1.7
author
Kyle Fuller
<redacted>
Fri, 15 Jun 2018 22:03:24 +0000
(23:03 +0100)
committer
Kyle Fuller
<redacted>
Fri, 15 Jun 2018 22:03:24 +0000
(23:03 +0100)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 5e1d152ad4a27abda7fd0420c4a678bd0e0520e6..3eef080a2c6f4cb5bb886f4ae7e9ce700271b5ca 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-1,4
+1,11
@@
version: 2
+workflows:
+ version: 2
+ build:
+ jobs:
+ - build-znc1.6
+ - build-znc1.7
+
jobs:
build:
docker:
@@
-8,3
+15,13
@@
jobs:
- checkout
- run:
/opt/znc/bin/znc-buildmod palaver.cpp
+
+ build-znc1.6:
+ <<: *build
+ docker:
+ - image: znc:1.6
+
+ build-znc1.7:
+ <<: *build
+ docker:
+ - image: znc:1.7
git clone https://git.99rst.org/PROJECT