Skip to content

Commit

Permalink
latest appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 30, 2024
1 parent f06baaa commit 835f255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ platform: x64
branches:
only:
- master
- /appveyor/
- appveyor

skip_tags: true

install:
- cmd: if not exist "C:\strawberry" cinst strawberryperl
- cmd: set PATH=%SP%\perl\bin;%SP%\perl\site\bin;%SP%\c\bin;%PATH%
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- sh: sudo apt update --allow-releaseinfo-change
- sh: sudo apt-get update --allow-releaseinfo-change
- sh: sudo env apt-get -yq install build-essential git libssl-dev
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
Expand Down

0 comments on commit 835f255

Please sign in to comment.