Skip to content

Commit

Permalink
Merge branch 'ateleris:master' into runtime-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bucev authored Apr 13, 2024
2 parents b6f7ab4 + 1e7cd57 commit 86d1591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ jobs:
build:
machine:
image: ubuntu-2004:202104-01
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
command: docker build -t asn1scc .
- run:
command: docker run -it -v $(pwd):/root/asn1scc asn1scc /bin/bash -c 'cd /root/asn1scc ; ./circleci-build.sh'
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large
resource_class: large
3 changes: 3 additions & 0 deletions circleci-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

source "$HOME/.sdkman/bin/sdkman-init.sh"

dotnet build Antlr/
dotnet build parseStg2/
dotnet build "asn1scc.sln"
Expand Down

0 comments on commit 86d1591

Please sign in to comment.