mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 14:08:13 -05:00
Using URI across the board for better Windows support (#391)
* add windows-2019 to CI os matrix * use actual URI object instead of strings to represent paths/uris * added datastore tests * chore: make Foam IDisposable
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
name: Build and Test
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-10.15, ubuntu-18.04] # add windows-2019 after fixing tests for it
|
||||
os: [macos-10.15, ubuntu-18.04, windows-2019]
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'foambubble/foam'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user