git-annex/standalone/windows/build-simple.sh

17 lines
297 B
Bash
Raw Normal View History

2013-12-06 00:40:28 +00:00
#!/bin/sh
# Script to build git-annex on windows. Run by build.bat
set -e
2013-12-06 01:02:27 +00:00
set -x
2013-12-06 00:40:28 +00:00
2015-09-01 22:05:15 +00:00
PATH="/c/Program Files/Git/cmd:/c/Program Files/NSIS:$PATH"
2013-12-06 00:40:28 +00:00
stack setup
stack build --dependencies-only
2013-12-06 00:40:28 +00:00
# Build git-annex
stack build
2013-12-10 04:45:21 +00:00
# Build the installer
stack runghc --package nsis Build/NullSoftInstaller.hs