This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_onses
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
change build-project.sh to first build and then test
main
fdai7736
11 months ago
parent
58756e16d6
commit
75d2e3b904
1 changed files
with
3 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
build-project.sh
4
build-project.sh
View File
@ -1,3 +1,5 @@
#!/bin/bash
#!/bin/bash
echo
"Build"
mvn clean compile
echo
"RUN JUnit Tests"
echo
"RUN JUnit Tests"
mvn clean test
mvn clean test
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2023-2-WS_group_project_onses
Title
Body
Create Issue