Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with dylan-tool #17

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.