Skip to content

Commit

Permalink
Build: Try testing duet on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 18, 2020
1 parent 1e5e9fb commit 4be5c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build_duet.tool
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4be5c3d

Please sign in to comment.