1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
Commit graph

45 commits

Author SHA1 Message Date
Thibaut
6517702606 remove rustfmt temporarilly as it didnt ship 2019-10-07 11:56:16 +09:00
Thibaut
6dc8c68f24 Merge branch 'develop' of github.com:Zokrates/ZoKrates into structs 2019-10-02 19:56:25 +02:00
Thibaut
3dd57830bb remove codecov 2019-10-01 14:38:58 +02:00
schaeff
0865bfdcea add rustfmt back 2019-08-14 11:07:38 +02:00
schaeff
dcc13af656 try non preveiw fmt, fix test 2019-08-08 02:15:20 +02:00
schaeff
777bd7fe3f disable fmt check as it didn't ship 2019-07-29 13:06:42 +02:00
schaeff
ea138eadf9 remove git install 2019-07-04 13:26:31 +02:00
Paul E
e0510d0518 moved contract nesting to another folder due to test error and changed build step 2019-06-29 16:25:47 +02:00
Paul E
ae7ee29a5b added contract tests to integration_test circleci job 2019-06-29 15:22:21 +02:00
Paul E
a12201060e testing integration test integration 2019-06-29 14:44:05 +02:00
schaeff
26e12584e9 remove proof.json, use scripts on CI to make sure libsnark is enabled 2019-04-12 13:45:04 +02:00
schaeff
7597234d54 Merge branch 'develop' of github.com:JacobEberhardt/ZoKrates into stdlib-crate 2019-03-14 12:32:41 +01:00
schaeff
99aae5544b rename script, add to CI 2019-02-28 13:28:17 +01:00
schaeff
440a1887e9 make stdlib a crate, add integration tests using fs resolver 2019-02-26 15:20:43 +01:00
schaeff
f995d20cc2 install libsnark for wasm test 2019-02-08 18:20:39 +01:00
schaeff
5e3209442a remove libsnark source from ci 2019-02-07 17:34:18 +01:00
schaeff
bea858dc9b remove libsnark buid from ci 2019-02-07 17:25:38 +01:00
schaeff
826168240b move libsnark fetch to build 2019-02-07 17:22:28 +01:00
sdeml
fe6396950b resolve PR comments 2019-01-31 21:06:43 +01:00
sdeml
a7e5477d2b Merge branch 'develop' into add-sharound
* develop:
  Remove the tools directory
  add doc, example and failing test for out of scope
  Add zokrates_field to kcov
  first build docker, then tag gh
  clean env
  revert dockerfile to original, enable master filter, enable push to dockerhub, git tag and mdbook
  clean, move bot addr to env, silence commands
  pass pw through stdin to silence warning
  remove useless checks, rename env var
  enable docker remote
  add docker login, get mdbook from tar
  allow wasm tests to fail
  add integration_test job
  use workflows

# Conflicts:
#	.circleci/config.yml
2019-01-31 08:59:59 +01:00
schaeff
14ea912ea2 revert dockerfile to original, enable master filter, enable push to dockerhub, git tag and mdbook 2019-01-28 20:35:19 +01:00
schaeff
08cda8ed33 remove useless checks, rename env var 2019-01-28 20:05:43 +01:00
schaeff
7a14e0025f enable docker remote 2019-01-28 19:55:09 +01:00
schaeff
3bc6ecae6a add docker login, get mdbook from tar 2019-01-28 19:52:00 +01:00
schaeff
c594886596 allow wasm tests to fail 2019-01-28 15:02:30 +01:00
schaeff
ddaa961b89 add integration_test job 2019-01-28 14:55:13 +01:00
schaeff
d72169dba9 use workflows 2019-01-28 14:52:40 +01:00
Thibaut Schaeffer
17682a94af
Merge branch 'develop' into add-sharound 2019-01-28 10:22:21 +01:00
schaeff
7df02b5e0e remove wasm tests from CI 2019-01-25 15:37:45 +01:00
sdeml
277be7e6b9 clear cache 2019-01-24 21:58:33 +01:00
sdeml
3de75f9a3a fix ZOKRATES_HOME path 2019-01-24 19:52:59 +01:00
sdeml
2b80b6ccd0 fix circleci 2019-01-24 18:09:29 +01:00
sdeml
6f163bcdb6 fix tests 2019-01-24 17:59:13 +01:00
sdeml
178572bbfe set ENV ZOKRATES_HOME for circleci 2019-01-24 17:20:31 +01:00
Guillaume Ballet
2973df573a Run the tests with WASM enabled 2019-01-14 18:17:40 +01:00
Guillaume Ballet
8d7a09ebd6 Add wasm32 target to the build 2019-01-14 14:48:33 +01:00
Stefan Deml
fd0c512bfd add publishing job 2018-12-08 00:14:15 +00:00
Thibaut Schaeffer
7049756e37 Add code coverage analysis (#191)
* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* weird fmt error

* test

* test

* test

* test

* test

* test

* test

* test

* test
2018-12-06 10:30:08 +01:00
schaeff
c167039ac0 limit thread number on tests 2018-11-23 00:26:24 +01:00
schaeff
dc17427808 add backtrace 2018-11-23 00:21:50 +01:00
schaeff
8d86546511 add libsnark to build 2018-11-22 23:37:04 +01:00
schaeff
c5ddb60648 make circle stricter, remove jenkins 2018-11-22 23:31:07 +01:00
schaeff
00d6a7f12e add integration tests to circle 2018-11-22 23:01:51 +01:00
schaeff
019a4ea388 format with rustfmt 0.99.6, add to circleci 2018-11-10 11:22:27 +01:00
Thibaut Schaeffer
b01cadd5ba
Add CircleCi config (#160)
* add circleci config

* replace gcc with cc

* format cpp, use release in test

* remove sha256 example, revert circleci
2018-11-10 00:16:27 +01:00