Skip to content

Commit

Permalink
+ add specific exercise for bitbucket pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Feb 7, 2024
1 parent fabf5ff commit c5783d2
Show file tree
Hide file tree
Showing 11 changed files with 417 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"pattern": ".*.sh"
},
{
"pattern": "^https://bitbucket.org/supercomputingsystems.*"
}
],
"aliveStatusCodes": [200, 206, 500]
Expand Down
1 change: 1 addition & 0 deletions topics/admin/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Tools

* [GitHub-Account](https://github.com/signup)
* [DockerHub-Account](https://hub.docker.com/signup)
* [Bitbucket-Account](https://bitbucket.org/) (inkl. 2-Faktor-Athentifizierung)
* Laptop (je nachdem zu zweit)
* Virtualbox installieren
* VM einrichten: [github.com/scs/jumpstart-vm](https://github.com/scs/jumpstart-vm)
1 change: 1 addition & 0 deletions topics/build_systems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ file(GLOB_RECURSE slides_files slides/*.md)
js_slides(build_systems_slides build_systems_slides.md ${slides_files})

js_exercise(build_systems_exercise build_systems_exercise.md)
js_script(bitbucket_pipelines_exercise bitbucket_pipelines_exercise.md)

file(GLOB_RECURSE code RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "code/*")
list(FILTER code EXCLUDE REGEX "code/CMakeLists.txt")
Expand Down
Loading

0 comments on commit c5783d2

Please sign in to comment.