Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 600 Bytes

FoundSoft14

Repo for all the programming assignements for the Foundations of Software class at EPFL. e-mail for submissions : [email protected]

Members of the team

  • Damien Engels (paullepoulpe)
  • Valentin Rutz (ValentinRutz)
  • Valerian Pittet (vtpittet)

Useful Sbt Commands

Generate intellij configuration files

sbt> gen-idea

Autocompile and launch tests on file changes

sbt> ~ ;compile ;test

Create jar file for submission (submission***.jar)

sbt> package-for-submission Engels Rutz Pittet