aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Set SHELL in workflow. Why is this necessary?Joseph Hunkeler2022-06-151-0/+1
|
* Fix cmake barfing on backslashes (#7)Joseph Hunkeler2021-05-161-1/+1
|
* Testing (#5)Joseph Hunkeler2021-05-071-3/+3
| | | | | | | | | * Fix separators appearing at the end once and for all * Add cleanpath executable tests * Escape slashes * Enable verbose testing
* Add windows (#3)Joseph Hunkeler2021-05-061-2/+11
| | | * Add windows support
* Create cmake.yml (#1)Joseph Hunkeler2021-05-051-0/+49
* Create cmake.yml * Do not include limits.h for fun