version: 0.2 env: shell: bash variables: NODE_OPTIONS: --max-old-space-size=8192 phases: build: commands: - source shared-scripts.sh && _waitForJobs build_linux requirePrevJobsToSucceed - source ./shared-scripts.sh && _testLinux artifacts: files: - 'shared-scripts.sh'