Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,12 @@ functions:
test -n '${add_env_appdata|}' && export APPDATA='${add_env_appdata|}'

# Run static analysis on code and project configuration
# ${npm|npm} run check
${npm|npm} run check

# Create a release build
${npm|npm} run release;
ls -alh dist/

# Test the release build
${npm|npm} run test-unit
pkill mongod || true
# end of embedded script
EOF_BUILD_SH

Expand Down Expand Up @@ -321,12 +318,6 @@ pre:
rm -rf src /data/db/*
mkdir -p src

post:
- command: attach.results
params:
file_location: src/report.json


tasks:
- name: compile
depends_on: []
Expand Down