Skip to content

Commit

Permalink
Add build task (#153)
Browse files Browse the repository at this point in the history
* Add build task

* Update changelog
  • Loading branch information
dalmijn authored Mar 3, 2025
1 parent 8b7dfab commit 86e6f5f
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 709 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:

- name: Build FIAT
run: |
chmod +x .build/linux64.sh
.build/linux64.sh
pixi run -e build-linux build
- name: Create Testdata
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: "What's new?"
These are the unreleased changes.

### Added
- Build task for pixi

### Changed
- CSV file output coupled with vector file output
Expand Down
Loading

0 comments on commit 86e6f5f

Please sign in to comment.