]> Git Repo - VerusCoin.git/commitdiff
Variable overrides for Debian, Ubuntu and Fedora
authorJack Grigg <[email protected]>
Wed, 5 Jul 2017 00:47:11 +0000 (17:47 -0700)
committerJack Grigg <[email protected]>
Wed, 5 Jul 2017 00:47:11 +0000 (17:47 -0700)
contrib/ci-workers/vars/Debian.yml [new file with mode: 0644]
contrib/ci-workers/vars/Fedora.yml [new file with mode: 0644]
contrib/ci-workers/vars/Ubuntu.yml [new file with mode: 0644]

diff --git a/contrib/ci-workers/vars/Debian.yml b/contrib/ci-workers/vars/Debian.yml
new file mode 100644 (file)
index 0000000..9922247
--- /dev/null
@@ -0,0 +1,6 @@
+---
+build_deps:
+  - build-essential # Depends on g++, libc6-dev, make
+dist_deps:
+  - pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
+  - python-dev
diff --git a/contrib/ci-workers/vars/Fedora.yml b/contrib/ci-workers/vars/Fedora.yml
new file mode 100644 (file)
index 0000000..1c6b0e0
--- /dev/null
@@ -0,0 +1,10 @@
+---
+build_deps:
+  - gcc
+  - gcc-c++
+  - make
+  - patch
+dist_deps:
+  - pkgconfig # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
+  - python-devel
+  - redhat-rpm-config
diff --git a/contrib/ci-workers/vars/Ubuntu.yml b/contrib/ci-workers/vars/Ubuntu.yml
new file mode 100644 (file)
index 0000000..4acca49
--- /dev/null
@@ -0,0 +1,5 @@
+---
+build_deps:
+  - build-essential # Depends on g++, libc6-dev, make
+dist_deps:
+  - pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
This page took 0.026875 seconds and 4 git commands to generate.