aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/conda/compile.sh
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2020-10-14 12:30:50 -0500
committerGitHub <noreply@github.com>2020-10-14 12:30:50 -0500
commitbb7dde0752bfb35389b536b2ee6cd37f94f0a511 (patch)
tree99b3adbfe1c35018df013aa3ffa6fd9d2ced0dc7 /scripts/ci/conda/compile.sh
parent9751f31ca9aa42d075421b038f93fe1b1640ffd3 (diff)
downloadPROJ-bb7dde0752bfb35389b536b2ee6cd37f94f0a511.tar.gz
PROJ-bb7dde0752bfb35389b536b2ee6cd37f94f0a511.zip
Add Conda package GitHub Action (#2373)
* implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos
Diffstat (limited to 'scripts/ci/conda/compile.sh')
-rwxr-xr-xscripts/ci/conda/compile.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/ci/conda/compile.sh b/scripts/ci/conda/compile.sh
new file mode 100755
index 00000000..3d8fcfbe
--- /dev/null
+++ b/scripts/ci/conda/compile.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+mkdir packages
+
+conda build recipe --clobber-file recipe/recipe_clobber.yaml --output-folder packages
+conda install -c ./packages proj
+
+#projinfo -s NAD27 -t EPSG:4269 --area "USA - Missouri"