Skip to content

Commit

Permalink
Merge pull request #24 from m-carrasco/fix-typos
Browse files Browse the repository at this point in the history
Remove unused files and fix typos in README.
  • Loading branch information
m-carrasco authored Feb 3, 2024
2 parents 9ae091f + 99c9993 commit 738ffb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 284 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# only do it when it hits the default branch
# this artifact is consumed by the release job
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ssa-query-macos-x86-64-arm64
path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/ssa-query-macos-x86-64-arm64
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/souffle && rm -r bin/ && ./build-all-with-docker.sh
- name: Fetch macos binary
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: ssa-query-macos-x86-64-arm64
path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ It is possible to develop and test `net-ssa` without installing any dependency i
2. `cd net-ssa`
3. `git lfs checkout`
* Install [git lfs](https://git-lfs.github.com/)
4. `./scripts/build-image.sh`
5. `./scripts/tmp-container.sh`
4. `./ci/build-image.sh`
5. `./ci/tmp-container.sh`
* This is now an interactive and temporary container.
* The host's folder containing the repository is shared with the container. In the container, this is located at `/home/ubuntu/net-ssa/`.
6. Introduce changes in the source code using your IDE as usual.
7. Build and test in the container, execute these commands in the container terminal:
* `dotnet build`
* `dotnet test`
* `lit integration-test/ -vvv`
* `lit integration-test/ -vvv`

## Build from sources

Expand Down
35 changes: 0 additions & 35 deletions cmake/FindDotnet.cmake

This file was deleted.

244 changes: 0 additions & 244 deletions cmake/FindMono.cmake

This file was deleted.

0 comments on commit 738ffb8

Please sign in to comment.