Skip to content

Commit

Permalink
Merge pull request #17 from fraya/integrate-dylan-tool
Browse files Browse the repository at this point in the history
Integrate with dylan-tool
  • Loading branch information
fraya authored Feb 10, 2024
2 parents dccd106 + 880d932 commit 167546f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: dylan-lang/install-opendylan@v2
- uses: actions/checkout@v4

- name: Install Opendylan
uses: dylan-lang/install-opendylan@v3

- name: Update dependencies
run: dylan update

- name: Build strings-test-suite-app
run: ./dylan-compiler -build strings-test-suite-app
run: dylan build strings-test-suite-app

- name: Run strings-test-suite-app
run: _build/bin/strings-test-suite-app
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*~
registry/
_packages/
_build/
documentation/build/
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "documentation/sphinx-extensions"]
path = documentation/sphinx-extensions
url = https://github.com/dylan-lang/sphinx-extensions
1 change: 0 additions & 1 deletion documentation/sphinx-extensions
Submodule sphinx-extensions deleted from 333fdd
1 change: 0 additions & 1 deletion registry/generic/strings

This file was deleted.

1 change: 0 additions & 1 deletion registry/generic/strings-test-suite

This file was deleted.

1 change: 0 additions & 1 deletion registry/generic/strings-test-suite-app

This file was deleted.

0 comments on commit 167546f

Please sign in to comment.