add stl in pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jiacai_wang 2022-10-17 23:50:17 +08:00
parent af73ff3998
commit 550963241c

View File

@ -9,3 +9,8 @@ steps:
- cd class || exit - cd class || exit
- g++ construct.cpp -o construct && ./construct - g++ construct.cpp -o construct && ./construct
- g++ inherit.cpp -o inherit && ./inherit - g++ inherit.cpp -o inherit && ./inherit
- cd ..
- cd stl || exit
- g++ map.cpp -o map && ./map
- cd ..