Skip to content

Commit

Permalink
Split Windows build off into vfdeps-win
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
btj committed Jul 21, 2019
1 parent 821f025 commit fea1825
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 303 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ language: C
os:
- linux
- osx
- windows

dist: trusty

Expand Down
9 changes: 2 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ elif [ $(uname -s) = "Darwin" ]; then

else

# Assume we're on Windows
VFDEPS_PARENT_DIR=C:/
VFDEPS_PLATFORM=win

VFDEPS_DIR=$VFDEPS_PARENT_DIR/$VFDEPS_DIRNAME

/c/cygwin/bin/bash -lc "cd /cygdrive/$BUILD_DIR/win32 && make PREFIX=$VFDEPS_DIR"
echo "Your OS is not supported by this script. For Windows, see verifast/vfdeps-win."
exit 1

fi

Expand Down
7 changes: 2 additions & 5 deletions setup-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ elif [ $(uname -s) = "Darwin" ]; then

else

# We assume we're on Windows
curl -o cygwin-setup-x86.exe -Lf https://cygwin.com/setup-x86.exe
./cygwin-setup-x86.exe -B -qnNd -R c:/cygwin -l c:/cygwin/var/cache/setup -s http://ftp.inf.tu-dresden.de/software/windows/cygwin32/ -P p7zip -P cygutils-extra -P make -P mingw64-i686-gcc-g++ -P mingw64-i686-gcc-core -P mingw64-i686-gcc -P patch -P rlwrap -P libreadline6 -P diffutils -P mingw64-i686-binutils

echo "none /cygdrive cygdrive binary,posix=0,user,noacl 0 0" > c:/cygwin/etc/fstab
echo "Your OS is not supported by this script. For Windows, see verifast/vfdeps-win."
exit 1

fi
230 changes: 0 additions & 230 deletions win32/Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions win32/download_and_untar

This file was deleted.

24 changes: 0 additions & 24 deletions win32/download_and_unzip

This file was deleted.

8 changes: 0 additions & 8 deletions win32/ocaml-Makefile.patch

This file was deleted.

4 changes: 0 additions & 4 deletions win32/pkg-config

This file was deleted.

0 comments on commit fea1825

Please sign in to comment.