diff --git a/.drone.yml b/.drone.yml index 63f2eca..b7dcad8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,7 @@ steps: - name: test image: gcc:latest commands: - - echo "*****hello*****" - g++ hello.cpp -o hello && ./hello - cd class || exit - - echo "*****construct*****" - g++ construct.cpp -o construct && ./construct