Skip to content

Commit

Permalink
Getting OpenWATCOM 1.9 from OpenWatcom failed (see previous two commi…
Browse files Browse the repository at this point in the history
…ts). Probably didn't want us hogging bandwidth. Well, we're getting OpenWATCOM 2.0 from GitHub; why not get 1.9 from there as well?
  • Loading branch information
Bill-Gray committed Jun 24, 2022
1 parent 61929c2 commit cb59c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ install:
# install Open Watcom 1.9
- if [[ "${TRAVIS_COMPILER}" == "ow19" ]]; then
ARTIFACT_NAME=open-watcom-c-linux-1.9 &&
ARTIFACT_URL=ftp://ftp.openwatcom.org/install/${ARTIFACT_NAME} &&
ARTIFACT_URL=https://github.com/open-watcom/open-watcom-1.9/releases/download/ow1.9/${ARTIFACT_NAME} &&
OPEN_WATCOM_BIN=binl &&
travis_retry wget --no-check-certificate -P ${TRAVIS_TMPDIR} ${ARTIFACT_URL} &&
export WATCOM=${TRAVIS_HOME}/watcom &&
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ init:
- if "%TOOLCHAIN%"=="Watcom19" (
set "WATCOM_VERSION=Open Watcom 1.9" &&
set "ARTIFACT_NAME=open-watcom-c-win32-1.9.exe" &&
set "ARTIFACT_URL=ftp://ftp.openwatcom.org/install" &&
set "ARTIFACT_URL=https://github.com/open-watcom/open-watcom-1.9/releases/download/ow1.9/" &&
set "PATH=%WATCOM%\BINNT;%WATCOM%\BINW;%PATH%"
) else if "%TOOLCHAIN%"=="Watcom20" (
set "WATCOM_VERSION=Open Watcom 2.0" &&
Expand Down

0 comments on commit cb59c93

Please sign in to comment.