Skip to content

Commit 4c7a7ca

Browse files
authored
Merge pull request #10 from tango-controls/update-omniorb
appveyor.yml: Update to 4.3.3
2 parents 07ef385 + e571baa commit 4c7a7ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1.0.{build}
22

33
environment:
44
# Common variables
5-
OMNIORB_VERSION: 4.3.0
5+
OMNIORB_VERSION: 4.3.3
66

77
matrix:
88
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
@@ -37,7 +37,7 @@ environment:
3737
PYTHONPATH: c:\Python36\
3838
PYTHONPATHOMNI: "/cygdrive/c/Python36/python"
3939
PYVER: "py36"
40-
40+
4141
init:
4242
# Uncomment next line, to allow RDP access from start
4343
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
@@ -57,7 +57,7 @@ init:
5757

5858
# Finally, return to project folder before repo is cloned
5959
- cmd: cd "C:\projects\omniorb-windows-ci"
60-
60+
6161
install:
6262
- cmd: set PYTHONPATH=%PYTHONPATH%
6363
- cmd: set path=%PATH%;c:\cygwin64\bin;%PYTHONPATH%

0 commit comments

Comments
 (0)