aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2022-05-14fix: Add missing package to buildGabriel A. Giovanini
Because I moved to `rust:alpine` it is necessary to add `musl-dev` so the build works.
2022-05-14feat: Move code to blogGabriel A. Giovanini
- Move most logic of the blog to blog.rs, making it easier to test. - Now the file contains the creation date of the blog post to be parsed. - Add chrono to parse datetime, so later we can order by date. - Refactor gitlab pipeline, move `before_script` to a proper place.
2022-05-08feat: Add testing reportGabriel A. Giovanini
Add test report and make it a requiremnt for `production` stage. Also revert all changes from picocss file. It will be refactored and reduced after all the MVP is done.
2022-05-08fix: Update .gitlab-ci.yml file to install dplGabriel A. Giovanini
2022-05-08feat: Add .gitlab-ci.yml fileGabriel A. Giovanini