[Git][NTPsec/ntpsec][master] Add support for Travis CI so that we can run builds on macOS via GitHub
Matt Selsky
gitlab at mg.gitlab.com
Wed Dec 26 06:59:10 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
f27358db by Matt Selsky at 2018-12-26T06:55:41Z
Add support for Travis CI so that we can run builds on macOS via GitHub
- - - - -
1 changed file:
- + .travis.yml
Changes:
=====================================
.travis.yml
=====================================
@@ -0,0 +1,17 @@
+os:
+ - osx
+
+addons:
+ homebrew:
+ packages:
+ - openssl
+
+matrix:
+ include:
+ - name: "macOS without refclocks"
+ env: REFCLOCK=""
+ - name: "macOS with refclocks"
+ env: REFCLOCK="--refclock=all"
+
+script:
+ - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig ./waf configure $REFCLOCK build check
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f27358db1fb6ba6fb023c2f749afc0c2bef1fcf0
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f27358db1fb6ba6fb023c2f749afc0c2bef1fcf0
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20181226/2c5e8299/attachment.html>
More information about the vc
mailing list