Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreier committed Jan 27, 2023
2 parents 565626b + 334a0df commit e6ff0af
Show file tree
Hide file tree
Showing 358 changed files with 4,139 additions and 535,553 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tamarin-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install graphviz
- name: Caching
uses: actions/cache@v2
with:
Expand All @@ -37,8 +37,8 @@ jobs:
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
chmod a+x ~/.local/bin/stack
stack --no-terminal setup
curl -L https://github.com/tamarin-prover/tamarin-prover/releases/download/1.6.0/Maude-2.7.1-linux.zip > maude.zip
unzip -o maude.zip -d ~/.local/bin/
curl -L https://github.com/SRI-CSL/Maude/releases/download/3.2.1/Maude-3.2.1-linux.zip > maude.zip
unzip -oj maude.zip -d ~/.local/bin/
mv -f ~/.local/bin/maude.linux64 ~/.local/bin/maude
chmod a+x ~/.local/bin/maude
mkdir -p case-studies case-studies/ake case-studies/ake/bilinear case-studies/ake/dh case-studies/related_work
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ profiling:
tamarin-clean:
stack clean

# Clean Tamarin and SAPIC
# Clean Tamarin
.PHONY: clean
clean: tamarin-clean sapic-clean
clean: tamarin-clean

# ###########################################################################
# NOTE the remainder makefile is FOR DEVELOPERS ONLY.
Expand Down
270 changes: 0 additions & 270 deletions case-studies-regression/Tutorial_analyzed.spthy

This file was deleted.

Loading

0 comments on commit e6ff0af

Please sign in to comment.