Skip to content
Snippets Groups Projects
Commit 335db70b authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updates to lectures on VnV

parent b2df19c7
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -767,11 +767,11 @@ validity
\frametitle{Continuous Integration Tools}
\begin{itemize}
\item Gitlab
\bi
\item Example at
\href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/pipelines}{Rogue
Reborn}
\ei
% \bi
% \item Example at
% \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/pipelines}{Rogue
% Reborn}
% \ei
\item Jenkins
\item Travis
\item \href{https://mcmasteru365.sharepoint.com/:v:/r/sites/course-555318-group/Shared\%20Documents/General/Tutorials/Tutorial\%202_\%20CI_CD-20220919_143225-Meeting\%20Recording.mp4?csf=1&web=1&e=obymWH&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0\%3D} {Shared Team's Video on Continuous Integration} with \href{https://gitlab.cas.mcmaster.ca/courses/capstone/-/tree/main/Tutorials/T02_CICD?ref_type=heads} {extra material}
......
No preview for this file type
......@@ -334,10 +334,10 @@ validity
\begin{frame}
\frametitle{Continuous Integration Testing}
\begin{itemize}
\item Building and testing software on every push (see \href{https://martinfowler.com/articles/continuousIntegration.html} {Fowler})
\item Information available on
\href{https://en.wikipedia.org/wiki/Continuous_integration}{Wikipedia}
\item Developers integrate their code into a shared repo frequently (multiple
times a day)
\item Developers frequently integrate code into a shared repo
\item Each integration is automatically accompanied by regression tests and
other build tasks
\item Build server
......@@ -362,23 +362,14 @@ validity
\frametitle{Continuous Integration Tools}
\begin{itemize}
\item Gitlab
\bi
\item \href{https://github.com/smiths/vdisp/tree/main/.github/workflows} {vdisp} provides a Julia example
\item \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/pipelines} {Rogue
Reborn} for a game example
\item \href{https://github.com/JacquesCarette/Drasil} {Drasil}
\bi
\item
\href{https://github.com/JacquesCarette/Drasil/tree/master/.github}
{GitHub Actions}
\item \href{https://jacquescarette.github.io/Drasil/} {Automated case study
documentation, code, and gen code documentation}
\item \href{https://jacquescarette.github.io/Drasil/}{Automated build of
dependency graphs (bottom of page)}
\ei
\ei
% \bi
% \item Example at
% \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/pipelines}{Rogue
% Reborn}
% \ei
\item Jenkins
\item Travis
\item \href{https://mcmasteru365.sharepoint.com/:v:/r/sites/course-555318-group/Shared\%20Documents/General/Tutorials/Tutorial\%202_\%20CI_CD-20220919_143225-Meeting\%20Recording.mp4?csf=1&web=1&e=obymWH&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0\%3D} {Shared Team's Video on Continuous Integration} with \href{https://gitlab.cas.mcmaster.ca/courses/capstone/-/tree/main/Tutorials/T02_CICD?ref_type=heads} {extra material}
\item \href{https://www.docker.com/}{Docker}
\bi
\item Eliminates the ``it works on my machine'' problem
......@@ -1044,7 +1035,7 @@ checklists}
\item Usability
\bi
\item \href{https://measuringu.com/sus/}{Fairly simple standard survey}
\item \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/blob/master/Doc/TestPlan/TestPlan.pdf}{Example}
%\item \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/blob/master/Doc/TestPlan/TestPlan.pdf}{Example}
\ei
\end{itemize}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment