
* remove zokrates_solidity_test, use foundry for integration tests * fix foundry install * fix foundry install * use full path for forge * wip * wip * wip * test * test * test * test * test * add message if foundry is missing, add changelog * move install script to ci config * Apply suggestions from code review --------- Co-authored-by: Thibaut <thibaut@Thibauts-MacBook-Pro.local>
6 lines
No EOL
158 B
Bash
Executable file
6 lines
No EOL
158 B
Bash
Executable file
#!/bin/bash
|
|
|
|
apt-get update -y
|
|
apt-get install -y curl gnupg sudo build-essential git
|
|
curl -L https://foundry.paradigm.xyz | bash
|
|
$HOME/.foundry/bin/foundryup |