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:
Riccardo
2020-12-16 17:47:31 +01:00
committed by GitHub
parent 39bc7ec0be
commit 6baeec4db6
43 changed files with 1852 additions and 199 deletions

View File

@@ -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: