summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Removed appendedCacheKey, not supported anymoreJohnny Willemsen2023-03-311-1/+0
| | | | * .github/workflows/windows.yml:
* Upgrade to run-vcpkg@v11Johnny Willemsen2023-03-311-2/+2
| | | | * .github/workflows/windows.yml:
* Upgrade to run-vcpkg v10Johnny Willemsen2023-01-301-14/+19
| | | | * .github/workflows/windows.yml:
* Deprecate github running MacOS 10.15 and add MacOS 12Johnny Willemsen2022-08-161-1/+1
|
* Limit access for github actionsJohnny Willemsen2022-05-104-0/+12
| | | | | | | * .github/workflows/fuzz.yml: * .github/workflows/linux.yml: * .github/workflows/macosx.yml: * .github/workflows/windows.yml:
* Upgrade to vcpkg b86c0c35b88e2bf3557ff49dc831689c2f085090Johnny Willemsen2022-04-101-1/+1
| | | | * .github/workflows/windows.yml:
* Github deprecated Visual Studio 2017, replaced with a new Visual Studio 2022 ↵Johnny Willemsen2022-03-211-8/+8
| | | | | | configuration * .github/workflows/windows.yml:
* Bump actions/checkout from 2 to 3dependabot[bot]2022-03-074-8/+8
| | | | | | | | | | | | | | | 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>
* GitHub Actions for VS2022Adam Mitz2021-11-101-1/+9
|
* Disable fail-fast on windowsJohnny Willemsen2021-11-091-0/+1
| | | | * .github/workflows/windows.yml:
* Update windows.ymlJohnny Willemsen2021-07-231-1/+1
|
* Upgrade to vcpkg 2021.05.12Johnny Willemsen2021-05-141-1/+1
|
* Make use of concurrency cancel-in-progressJohnny Willemsen2021-05-055-18/+16
|
* Add workflow_dispatch to github action CIJohnny Willemsen2021-04-094-0/+4
|
* Merge pull request #128 from jwillemsen/jwi-zlibJohnny Willemsen2021-03-152-4/+9
|\ | | | | Test and support zlib on windows
| * Upgrade to a newer vcpkgJohnny Willemsen2021-03-151-1/+1
| | | | | | | | * .github/workflows/windows.yml:
| * Upgrade to runvcpkg v7Johnny Willemsen2021-03-151-1/+1
| | | | | | | | * .github/workflows/windows.yml:
| * Test zlib on linuxJohnny Willemsen2021-03-151-0/+2
| | | | | | | | * .github/workflows/linux.yml:
| * Support and test zlib on windowsJohnny Willemsen2021-03-151-3/+6
| | | | | | | | | | * .github/workflows/windows.yml: * config/zlib.mpb:
* | Merge pull request #129 from jwillemsen/jwi-cancelpreviousJohnny Willemsen2021-03-151-0/+18
|\ \ | | | | | | Add github action to cancel unnecessary previous run
| * | Added github action to cancel any unnessary previous runJohnny Willemsen2021-03-151-1/+1
| | |
| * | Added github action to cancel any unnessary previous runJohnny Willemsen2021-03-151-0/+18
| |/
* | Upgrade to lukka/run-vcpkg v7Johnny Willemsen2021-02-221-1/+1
| |
* | Add files via uploadJohnny Willemsen2021-01-151-0/+7
| |
* | Upgrade to run-vcpkg v6jwillemsen-patch-1Johnny Willemsen2020-11-281-1/+1
|/
* Make sure we enable C++11 because it is now mandatory for ACE/TAOJohnny Willemsen2020-11-171-3/+8
| | | | * .github/workflows/macosx.yml:
* Merge pull request #117 from jwillemsen/jwi-ciacetaoJohnny Willemsen2020-11-111-25/+4
|\ | | | | Reduce CI to ACE/TAO
| * Reduce CI to ACE/TAOJohnny Willemsen2020-11-111-25/+4
| | | | | | | | * .github/workflows/linux.yml:
* | Upgrade to vcpkg 2020.11Johnny Willemsen2020-11-031-1/+1
| |
* | Upgrade to lukka/run-vcpkg@v5Johnny Willemsen2020-11-021-1/+1
| |
* | Downgrade to Upgrade to lukka/run-vcpkg@v4Johnny Willemsen2020-11-021-1/+1
| |
* | Upgrade to lukka/run-vcpkg@v5Johnny Willemsen2020-11-021-1/+1
| |
* | Merge pull request #112 from jwillemsen/jwi-ciciaodanceJohnny Willemsen2020-10-302-32/+8
|\ \ | | | | | | Don't build CIAO/DAnCE as part of a MPC pull request on MacOSX and Wi…
| * | Don't build CIAO/DAnCE as part of a MPC pull request on MacOSX and WindowsJohnny Willemsen2020-10-282-32/+8
| |/ | | | | | | | | * .github/workflows/macosx.yml: * .github/workflows/windows.yml:
* | Use github action for checking out ACE/TAOJohnny Willemsen2020-10-141-3/+5
|/ | | | * .github/workflows/fuzz.yml:
* Merge pull request #110 from jwillemsen/masterJohnny Willemsen2020-10-121-1/+1
|\ | | | | Change to use microsoft/setup-msbuild@v1
| * Change to use microsoft/setup-msbuild@v1Johnny Willemsen2020-10-121-1/+1
| |
* | Upgrade to lukka/run-vcpkg@v4Johnny Willemsen2020-10-121-1/+1
|/
* Run scheduled build earlierJohnny Willemsen2020-10-081-1/+1
| | | | * .github/workflows/linux.yml:
* Migrate azure pipelines to github actionsJohnny Willemsen2020-10-084-0/+295
* azure-pipelines.yml: Deleted. * .github/workflows/fuzz.yml: * .github/workflows/linux.yml: * .github/workflows/macosx.yml: * .github/workflows/windows.yml: Added.