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
108
Commits
1
Branch
0
Tags
283 KiB
Tree:
014a7259cc
2023-2-WS_group_project_onses
/
build-project.sh
2 lines
49 B
Raw
Normal View
History
init
1 year ago
change build-project.sh to run mvn clean test
12 months ago
#!/bin/bash
echo
"RUN JUnit Tests"
mvn clean
test