Skip to content

Commit

Permalink
apollo_ci: delete config cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
lx18233184051 committed Jul 9, 2020
1 parent 812abe8 commit 730fc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/apollo_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ APOLLO_TEST_SH="${APOLLO_ROOT_DIR}/scripts/apollo_test.sh"

function run_ci_build() {
info "Running CI Build ..."
env USE_ESD_CAN=${USE_ESD_CAN} bash "${APOLLO_BUILD_SH}" --config=cpu
env USE_ESD_CAN=${USE_ESD_CAN} bash "${APOLLO_BUILD_SH}"
}

function run_ci_test() {
info "Running CI Test ..."
env USE_ESD_CAN=${USE_ESD_CAN} bash "${APOLLO_TEST_SH}" --config=cpu --config=unit_test
env USE_ESD_CAN=${USE_ESD_CAN} bash "${APOLLO_TEST_SH}" --config=unit_test
}

function main() {
Expand Down

0 comments on commit 730fc25

Please sign in to comment.