summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
Commit message (Collapse)AuthorAgeFilesLines
* Removed appendedCacheKey, not supported anymoreJohnny Willemsen2023-03-311-1/+0
| | | | * .github/workflows/windows.yml:
* Removed incorrect changeJohnny Willemsen2023-03-311-1/+1
| | | | * .github/workflows/windows.yml:
* Upgrade to run-vcpkg@v11Johnny Willemsen2023-03-311-3/+3
| | | | * .github/workflows/windows.yml:
* Upgrade vcpkgJohnny Willemsen2022-10-221-1/+1
|
* Upgrade vcpkgJohnny Willemsen2022-09-301-1/+1
|
* Update windows.ymlJohnny Willemsen2022-08-051-1/+1
| | | Upgrade to vcpkg 2022.07.25
* Set VCPKG_INSTALLED_DIRJohnny Willemsen2022-07-191-0/+1
| | | | * .github/workflows/windows.yml:
* Path changesJohnny Willemsen2022-07-191-6/+6
| | | | * .github/workflows/windows.yml:
* Another path attemptJohnny Willemsen2022-07-191-6/+6
| | | | * .github/workflows/windows.yml:
* Different install pathJohnny Willemsen2022-07-191-6/+6
| | | | * .github/workflows/windows.yml:
* Fixed jsonJohnny Willemsen2022-07-191-2/+1
| | | | * .github/workflows/windows.yml:
* Single line vcpkg.json and updated wchar xercesc featureJohnny Willemsen2022-07-191-7/+3
| | | | * .github/workflows/windows.yml:
* Fixed another errorJohnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* Fixed errorJohnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* Try vcpkg.jsonJohnny Willemsen2022-07-191-11/+18
| | | | * .github/workflows/windows.yml:
* Set VCPKG_INSTALLED_DIRJohnny Willemsen2022-07-191-1/+2
| | | | * .github/workflows/windows.yml:
* Try without install rootJohnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* Upgrade to latest vcpkg releaseJohnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* Another update for runvcpkgJohnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* Run vcpkg install stepJohnny Willemsen2022-07-191-0/+1
|
* Another change for runvcpkg v10Johnny Willemsen2022-07-191-1/+1
| | | | * .github/workflows/windows.yml:
* vcpkg triplet is now an environment variableJohnny Willemsen2022-07-181-1/+1
| | | | * .github/workflows/windows.yml:
* Upgrade to vcpkg v10Johnny Willemsen2022-07-181-1/+1
| | | | * .github/workflows/windows.yml:
* Github deprecated their Visual Studio 2017 runnerJohnny Willemsen2022-03-211-25/+9
| | | | * .github/workflows/windows.yml:
* Bump actions/checkout from 2 to 3dependabot[bot]2022-03-071-4/+4
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade to vcpkg 2022.02.23 releaseJohnny Willemsen2022-02-251-1/+1
| | | | * .github/workflows/windows.yml:
* Also pass OptionalMpcArgs when generation the project for IDL_TestJohnny Willemsen2022-02-011-1/+1
| | | | * .github/workflows/windows.yml:
* Fixed windows pathJohnny Willemsen2022-02-011-2/+2
| | | | * .github/workflows/windows.yml:
* Fixed merge conflictsJohnny Willemsen2022-02-011-3/+39
|\
| * Add config file for Visual Studio 2022 and add github CI actionJohnny Willemsen2021-11-121-0/+16
| | | | | | | | | | | | | | | | * ACE/ace/config-win32-msvc-143.h: Added. * .github/workflows/windows.yml: * ACE/ace/config-win32-msvc.h:
| * GitHub Actions: use a newer vcpkgAdam Mitz2021-11-101-1/+1
| |
| * GitHub Actions: Try MSVC builds with /std:c++17 and 20Adam Mitz2021-10-291-2/+20
| |
| * Merge pull request #1632 from simpsont-oci/disable_fast_fail_for_matrix_buildsAdam Mitz2021-07-301-0/+2
| |\ | | | | | | [GitHub Actions] Disable fail-fast strategy for matrix builds
| | * typo fix, one more locationTimothy Simpson2021-07-221-1/+2
| | |
| | * Disable fast-fail strategy for matrix buildsTimothy Simpson2021-07-221-0/+1
| | |
| * | Update windows.ymlJohnny Willemsen2021-07-231-1/+1
| |/
* | Build TAO IDL_Test as part of the github CI actionsJohnny Willemsen2021-06-011-0/+16
|/ | | | | | * .github/workflows/linux.yml: * .github/workflows/macosx.yml: * .github/workflows/windows.yml:
* Upgrade to vcpkg 2021.05.12Johnny Willemsen2021-05-141-1/+1
|
* Make use of concurrency cancel-in-progressJohnny Willemsen2021-05-051-0/+4
|
* Upgrade to latest vcpkg releaseJohnny Willemsen2021-05-031-1/+1
|
* Add workflow_dispatch to github action CIJohnny Willemsen2021-04-091-0/+1
|
* Update windows.ymlJohnny Willemsen2021-03-151-2/+2
|
* Add zlib to the github action on windowsJohnny Willemsen2021-03-151-7/+10
| | | | * .github/workflows/windows.yml:
* Upgrade to lukka/run-vcpkg@v7Johnny Willemsen2021-02-221-1/+1
|
* Use cygpath to convert to unix pathsJohnny Willemsen2020-12-021-8/+4
| | | | * .github/workflows/windows.yml:
* Special path envJohnny Willemsen2020-12-021-0/+8
| | | | * .github/workflows/windows.yml:
* Install mignw compilerJohnny Willemsen2020-12-021-8/+1
| | | | * .github/workflows/windows.yml:
* Only mingw64gccJohnny Willemsen2020-12-021-2/+2
| | | | * .github/workflows/windows.yml:
* No ipv6Johnny Willemsen2020-12-021-1/+0
| | | | * .github/workflows/windows.yml:
* pacman must use msys shellJohnny Willemsen2020-12-021-8/+11
| | | | * .github/workflows/windows.yml: