summaryrefslogtreecommitdiff
path: root/.github/workflows
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:
* Removed gcc6, not available on ubuntu 20.04 without a special repo (not ↵Johnny Willemsen2023-02-211-5/+0
| | | | | | tested that) * .github/workflows/linux.yml:
* Try gcc6 on ubuntu 20.04 as 18.04 is going to be unsupported on github ↵Johnny Willemsen2023-02-211-1/+1
| | | | | | actions soon * .github/workflows/linux.yml:
* Remove clang5Johnny Willemsen2023-02-201-5/+0
| | | | | * .github/workflows/linux.yml: * ACE/include/makeinclude/platform_linux_clang.GNU:
* Removed gcc 4.8, doesn't support C++14Johnny Willemsen2023-02-201-5/+0
| | | | * .github/workflows/linux.yml:
* Added windows to the cmake actions.Chad Elliott2023-01-061-1/+9
|
* Added a GitHub Action for building with CMake.Chad Elliott2023-01-051-0/+74
|
* Upgrade vcpkgJohnny Willemsen2022-10-221-1/+1
|
* Upgrade vcpkgJohnny Willemsen2022-09-301-1/+1
|
* clang5 and gcc4.8/6 are only available on 18.04Johnny Willemsen2022-09-201-2/+7
| | | | * .github/workflows/linux.yml:
* Let us try clang15Johnny Willemsen2022-09-201-0/+6
| | | | * .github/workflows/linux.yml:
* clang5 is not available on ubuntu 20.04 anymoreJohnny Willemsen2022-09-201-5/+0
| | | | * .github/workflows/linux.yml:
* Upgrade from 18.04 to 20.04Johnny Willemsen2022-09-202-14/+14
| | | | | * .github/workflows/face.yml: * .github/workflows/linux.yml:
* Deprecate github action MacOS 10.15 and add MacOS 12Johnny Willemsen2022-08-161-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:
* try building on Ubuntu 22 without PPAAdam Mitz2022-06-241-1/+0
|
* try building on macOS without ACE_ANY_OPS_USE_NAMESPACEAdam Mitz2022-06-241-5/+4
|
* Try PPA for GCC 12.1Adam Mitz2022-06-231-2/+7
|
* Added g++12 to CITyler Mayoff2022-06-231-0/+6
|
* Merge pull request #1856 from jwillemsen/jwi-clang14Johnny Willemsen2022-06-151-0/+6
|\ | | | | Use clang14 on github action CI
| * Try clang14Johnny Willemsen2022-06-141-0/+6
| | | | | | | | * .github/workflows/linux.yml:
* | Update linux.ymlJohnny Willemsen2022-06-071-1/+1
| |
* | Only add llvm key when it is a llvm repoJohnny Willemsen2022-06-071-1/+1
|/
* Try ubuntu 22.04 for gcc11Johnny Willemsen2022-06-011-1/+1
|
* Merge branch 'master' into dependabot/github_actions/github/codeql-action-2Johnny Willemsen2022-05-054-0/+16
|\
| * chore: Set permissions for GitHub actionsnaveen2022-05-034-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
* | Bump github/codeql-action from 1 to 2dependabot[bot]2022-05-021-2/+2
|/ | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Show repo/packages in step nameJohnny Willemsen2022-04-051-2/+2
|
* 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-075-11/+11
| | | | | | | | | | | | | | | 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: