aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/conda/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/conda/setup.sh')
-rwxr-xr-xscripts/ci/conda/setup.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/ci/conda/setup.sh b/scripts/ci/conda/setup.sh
new file mode 100755
index 00000000..52b93889
--- /dev/null
+++ b/scripts/ci/conda/setup.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+conda update -n base -c defaults conda -y
+conda install conda-build ninja compilers -y
+
+pwd
+ls
+git clone https://github.com/conda-forge/proj.4-feedstock.git
+
+cd proj.4-feedstock
+cat > recipe/recipe_clobber.yaml <<EOL
+source:
+ git_url: https://github.com/OSGeo/PROJ.git
+ git_rev: ${GITHUB_SHA}
+ url:
+ sha256:
+
+build:
+ number: 2112
+EOL
+
+ls recipe