implement basic new job to test cordova

This commit is contained in:
Nacho Codoñer
2024-09-09 18:51:04 +02:00
parent 2390538333
commit d5aca1a2b4

View File

@@ -18,20 +18,6 @@ env:
# Retry failed tests additional times.
METEOR_SELF_TEST_RETRIES: 2
# These, mostly overlapping, flags ensure that CircleCI is as pretty as
# possible for a non-interactive environment. See also: --headless.
METEOR_HEADLESS: true
METEOR_PRETTY_OUTPUT: 0
# In an effort to stop SIGSEGV, this just doesn't bother cleaning up
# the mess of temp directories that Meteor makes.
METEOR_SAVE_TMPDIRS: 1
# Skip these tests on every test run.
# If needed, for readability this should be a regex wrapped across
# multiple lines in quotes.
SELF_TEST_EXCLUDE: "add debugOnly and prodOnly packages"
jobs:
build:
runs-on: ubuntu-latest