File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ workflows:
13
13
- hardhat-sample-project
14
14
- truffle-sample-project
15
15
- cli-smoke-test
16
+ - solidity-solcjs-ext-test
16
17
17
18
version : 2.1
18
19
@@ -341,6 +342,17 @@ jobs:
341
342
npx solcjs C.sol --bin
342
343
[[ -f C_sol_C.bin ]]
343
344
345
+ solidity-solcjs-ext-test :
346
+ docker :
347
+ - image : circleci/node
348
+ steps :
349
+ - show-npm-version
350
+ - checkout :
351
+ path : solc-js/
352
+ - run : git clone --depth 1 "https://github.com/ethereum/solidity" solidity/
353
+ - run : cd solidity/ && curl "https://binaries.soliditylang.org/bin/soljson-nightly.js" --location --output soljson.js
354
+ - run : cd solidity/ && test/externalTests/solc-js/solc-js.sh "$(realpath soljson.js)" "$(scripts/get_version.sh)" "$(realpath ../solc-js/)"
355
+
344
356
node-v10 :
345
357
<< : *node-base
346
358
docker :
You can’t perform that action at this time.
0 commit comments