From 4be5c3d64b2e9e9df2286406c47e0b9752db5322 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Mon, 18 May 2020 14:32:18 +0300 Subject: [PATCH] Build: Try testing duet on Windows --- .travis.yml | 1 + build_duet.tool | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6d12c9a..20870f71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ matrix: - BUILD_UTILITIES=0 - choco install microsoft-build-tools visualcpp-build-tools nasm python zip - "./build_oc.tool" + - "./build_duet.tool" - os: osx name: "Analyze Scripts" diff --git a/build_duet.tool b/build_duet.tool index b8d91e56..60ff060f 100755 --- a/build_duet.tool +++ b/build_duet.tool @@ -129,5 +129,5 @@ else export SELFPKG export NO_ARCHIVES - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1 + src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1 fi