aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.ini38
1 files changed, 0 insertions, 38 deletions
diff --git a/test/test.ini b/test/test.ini
deleted file mode 100644
index 6816222..0000000
--- a/test/test.ini
+++ /dev/null
@@ -1,38 +0,0 @@
-[package]
-name: test
-version: 1.0.0
-
-[about]
-home: http://example.com/${package:name}
-license: GPL
-summary: ${package:name} is a test package
-readme: README.md
-
-[source]
-fn: ${package:name}-${package:version}.tar.gz
-url: ${cbc_cgi:url}/${fn}
-
-[build]
-number: 1
-
-[requirements]
-build:
- python
- setuptools
-
-run:
- python
-
-
-[cbc_build]
-prefix: /usr/local
-win_prefix: c:\anaconda3\
-
-
-linux:
- python setup.py install || exit 1
-
-windows:
- python setup.py install
- if errorlevel 1 exit 1
-