Skip to content

Commit

Permalink
Start setting up 1-liner conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
jzampieron authored and wwmayer committed Sep 3, 2020
1 parent 29e1117 commit 5cc8ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
27 changes: 0 additions & 27 deletions brew_install_osx_deps.sh

This file was deleted.

9 changes: 5 additions & 4 deletions build.sh → build_osx_conda.sh
@@ -1,14 +1,15 @@
##!/usr/bin/env bash

BUILDDIR=freecad_build
HOST=$(uname)

mkdir -p build
cd build
mkdir -p ${BUILDDIR}
pushd ${BUILDDIR}

if [[ ${FEATURE_DEBUG} = 1 ]]; then
BUILD_TYPE="Debug"
BUILD_TYPE="Debug"
else
BUILD_TYPE="Release"
BUILD_TYPE="Release"
fi

declare -a CMAKE_PLATFORM_FLAGS
Expand Down

0 comments on commit 5cc8ffb

Please sign in to comment.