18 Commits
Author SHA1 Message Date
Brandon Williams 0dd3e712ff Lock access to keyPathToName in key path printing. (#76)
* Lock access to keyPathToName for key path printing.

* slack release

* modernize
2023-03-07 14:37:58 -08:00
Stephen Celis ead7d30cc2 Update CI to use latest Xcode, test in release (#68)
* Bump CI

* wip

* wip

* wip

* wip

* Fix key path release bug

* bump
2022-11-07 11:59:46 -08:00
Stephen Celis b7500c3ce7 Add CI for SwiftWASM (#55)
* Add WASM to CI

* wip

* wip

* wip

* wip

* wip

* wip
2022-09-13 00:02:17 -04:00
Stephen Celis d81cd16c9e Git-ignore .swiftpm/ directory (#54)
* Git-ignore .swiftpm/ directory

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Update Makefile

* Update Makefile

* Update Makefile

* wip

* wip

* Update ci.yml

* Update ci.yml

* fix
2022-09-12 15:13:31 -04:00
Stephen Celis 1c384565cf Revert removal of platform requirements (#42)
* Partially revert "f8c70309e75569964669af8a068fb0d0312c323f"

* Revert "Remove platform requirements (#37)"

This reverts commit fa2eb2572b.
2022-02-18 18:02:48 -05:00
Stephen Celis b52e587239 Add CI labels (#39) 2022-02-17 19:17:43 -05:00
Stephen Celis f8c70309e7 Run 13.2 CI on experimental build system (#38)
* Run 13.2 CI on experimental build system

* wip

* wip

* wip
2022-02-17 14:46:36 -05:00
Stephen Celis fa2eb2572b Remove platform requirements (#37)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2022-02-14 12:17:32 -05:00
Stephen Celis 052ad339f8 Add workflow dispatch 2022-02-09 14:41:16 -05:00
Stephen Celis 6a41e1215e Update ci.yml 2021-10-20 10:55:01 -04:00
Stephen Celis 5fdf3d2c8b Update format.yml 2021-10-13 12:51:38 -04:00
Stephen Celis cdf46f3a6c More CI (#25)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2021-09-22 13:11:00 -04:00
David RomanandStephen Celis 22a682aa3c CI: Enable Swift 5.5 Linux builds (#23)
* CI: Enable Swift 5.5 Linux builds

* Update README.md

* Don't compile symbols for Linux that are not yet available (#22)

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2021-09-21 23:25:12 -04:00
Cihat GündüzandStephen Celis 986668a1e5 Add Windows testing support on CI (#16)
* Add Windows testing support on CI

I recently added tests for the Windows platform on a tool using this library and it failed while running this libraries manifest file. Thus I believe it's probably a good idea to test for Windows support right within this repo.

The exact command that hung up for 6 hours was:
```
C:\Users\runneradmin\AppData\Local\Temp\TemporaryDirectory.vFcVbW\swift-custom-dump-manifest.exe -handle 674
```

* Limit Windows testing to 30 minutes

As the issue is a specific command hanging forever, it's a good idea to limit the windows tests so the CI doesn't unnecessarily block CI resources for 6 hours (GitHubs hard limit). #SaveTheEnvironment

* Update DumpTests.swift

Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
2021-09-15 12:23:16 -04:00
Stephen Celis 54d305c2b7 Update format.yml 2021-08-25 14:40:32 -04:00
Stephen Celis 69ef17dfc9 Update ci.yml 2021-08-23 11:30:34 -04:00
Stephen Celis 4a04330a89 Improve CI coverage 2021-08-23 11:26:25 -04:00
Stephen CelisandBrandon Williams d6c3b5fcc1 ➕➖
Co-authored-by: Brandon Williams <mbrandonw@hey.com>
2021-08-22 22:30:09 -04:00