Commit Graph

8 Commits

Author SHA1 Message Date
JP Simard 13f942e95c
Rename master branch to main 2020-12-11 14:21:03 -05:00
JP Simard 27bbb8ddd0
Simplify imports in Representer.swift (#288)
* Simplify imports in Representer.swift

* Update Xcode versions available on CI

From https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
2020-11-11 07:42:14 -08:00
JP Simard 5e136d813d
[CI] Update Xcode & Swift versions (#283) 2020-11-03 13:51:49 -08:00
Saleem Abdulrasool 6963656814 CI: improve CMake testing
Improve the testing with CMake to exercise the installation path.  This
ensures that installation of the libraries works properly.
2020-08-21 11:26:58 -07:00
JP Simard f12d04ecf5
[CI] Test on Xcode 11.5/11.6 and Swift 5.3 2020-08-21 10:59:37 -04:00
JP Simard d9173c6f07 Actions : Update to checkout@v2
This is said to fix "reference is not a tree" errors when retrying a workflow:

https://github.com/actions/checkout/issues/23#issuecomment-572688577
2020-05-14 14:43:55 -07:00
JP Simard d39c5468f5
Set CMake archive, library & runtime output directories (#252)
To match expectations for the Swift Package Manager, which uses

* `bin/` for CMake < 3.16 on Windows; and
* `lib/` otherwise
2020-05-10 00:56:40 -07:00
JP Simard b2537bc463
Fix CMake (#251)
The CMake instructions in the readme didn't quite work when I tried them on macOS today.

This patch includes a few changes to `CMakeLists.txt` and the `README.md` instructions to reflect the latest steps to build.

Also add a CI job to validate that this keeps working moving forward.
2020-05-08 13:50:29 -07:00