diff --git a/.drone.yml b/.drone.yml index 07bcb43..192bd46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,6 @@ trigger: - push steps: - - name: build - image: maven:3-jdk-10 - commands: - - cd Source/ - - javac --module-path /home/dorian/.jdks/liberica-19.0.1\lib --add-modules javafx.controls,javafx.fxml src/console/LView.java - - java --module-path /home/dorian/.jdks/liberica-19.0.1\lib --add-modules javafx.controls,javafx.fxml src/console/LView - - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore diff --git a/README.md b/README.md index e69de29..aa34713 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +

+ +

+Ce projet est un travail universitaire pour la deuxième année du B.U.T Informatique de Clermont-Ferrand. + +
+Ici vous trouverez le projet de JavaFX, qui est de réaliser une station météo et ses différentes fonctionnalités. +