Browse Source

Update validateExamples.sh

pull/1567/head
Igor Demin 3 years ago committed by GitHub
parent
commit
de2e3bc262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      examples/validateExamples.sh

3
examples/validateExamples.sh

@ -1,6 +1,7 @@
#!/bin/bash
# Script to build all examples, to verify if they can compile
# Script to build most of the examples, to verify if they can compile.
# Don't add examples, which don't depend on maven.pkg.jetbrains.space, because they won't be able to compile.
set -euo pipefail

Loading…
Cancel
Save