-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from ASNeG/Release3
Release3
- Loading branch information
Showing
82 changed files
with
3,893 additions
and
1,842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
os: | ||
- Visual Studio 2015 | ||
install: | ||
- set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip" | ||
- appveyor DownloadFile %NINJA_URL% -FileName ninja.zip | ||
- 7z x ninja.zip -oC:\projects\deps\ninja > nul | ||
- set PATH=C:\projects\deps\ninja;%PATH% | ||
- ninja --version | ||
|
||
before_build: | ||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 | ||
- cd C:\projects\opcuastack | ||
build_script: | ||
- set PATH=%PATH%;C:\Libraries\boost_1_67_0 | ||
- build.bat -t local -B Release -i ..\ASNeG -vs "Ninja" | ||
# - build.bat -t tst -B Release -s ASNeG -vs "Ninja" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.sh -crlf | ||
*.bat -crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ build_* | |
.vs | ||
*.json | ||
pki | ||
test.xml | ||
tst/data/opc.ua.roby_save.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.