Commit Graph

15 Commits

Author SHA1 Message Date
JingrenWang ad267aca8a
Fix(Workflow): Bring windows build back to life
Signed-off-by: JingrenWang <wjrforcyber@163.com>
2026-01-19 08:14:08 +08:00
Baruch Sterin 4c4e298fad GitHub Actions: updated cmake to use macos-latest instead of macos-11 2024-09-16 01:11:19 +03:00
Baruch Sterin 0a5057f8d3 github actions:
* upgrade upload-artifact action to v4 as v1 was deprectated long time
  go and now removed, and make sure artifact names are distinct as
  required by the new version.

* upgrade checkout action to v4 as v2 is deprecated
2024-09-15 01:14:51 +03:00
alanminko 64ed5b81a4
Merge pull request #323 from rocallahan/workflow-name
Rename Github Actions job to `build-posix-cmake`
2024-08-24 09:22:08 -07:00
Robert O'Callahan d93a12ebee Rename Github Actions job to `build-posix-cmake`
Clarify that it belongs to the `build-posix-cmake` workflow, not the
`build-posix` workflow.
2024-08-23 04:12:04 +00:00
Ethan Mahintorabi 49a489554b Adds unit testing framework to ABC
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2024-08-23 04:09:00 +00:00
Ethan Mahintorabi 9ccb28ebc1
Enables github actions on pull requests
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2024-05-03 20:11:04 +00:00
Alan Mishchenko 4222921d61 Revert "Merge pull request #247 from QuantamHD/abc_unit_tests"
This reverts commit d91a2a049a, reversing
changes made to 475c8dad8e.
2023-09-17 11:29:26 +08:00
Ethan Mahintorabi 7d80ea5cf9
Adds unit testing framework to ABC
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2023-09-13 18:24:01 +00:00
Baruch Sterin acc9fbbf1d Workaround for a crash when compiling on macOS in GitHub Actions.
Reported the bug to Apple and return to the previous version of the maOS image (macos-11).
2022-11-22 03:29:55 +02:00
Stephen L Arnold 4f2cd590bc fix windows CI => project file integration broken on windows-latest
* use windows-2019 until updated project files are usable on 2022

Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
2022-03-27 12:45:13 -07:00
Baruch Sterin 0a536417f6 Build CMake on GitHub Actions
Also, resolve CMake build problems on macOS:
Pass CMAKE_OSX_SYSROOT as an environment variable SDKROOT when buildind the arch_flags executable.
2022-01-23 00:23:52 +01:00
Baruch Sterin fd975af159 Build CMake on GitHub Actions 2 2022-01-22 22:07:33 +02:00
Baruch Sterin 5fc7e6aac5 Build CMake on GitHub Actions 2022-01-22 22:06:11 +02:00
Baruch Sterin 554a1693ac Move CI to GitHub Actions.
Also, a few minor changes that are required to compile ABC under moder compilers.
2022-01-22 18:34:43 +02:00