Skip to content

Test repo for students to check that their VSCode/Docker setup is working

Notifications You must be signed in to change notification settings

MPAGS-CPP-2023/test-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

test-setup

Test repo for students to check that their VSCode/Docker setup is working

How to use

  • Open VSCode
  • Go to View -> Command Palette
  • Start to type in "Dev Containers: Clone Repository in Container Volume", and select this command as soon as it appears
  • Enter the repository name: "MPAGS-CPP-2023/test-setup"
  • If given the option, select "Create Unique Volume"
  • Once the dev container has initialised and you can see the content of the cloned repository in the explorer, open a new terminal by going to Terminal -> New Terminal
  • In the terminal issue the command ./runtest
  • You should see the following output:
================
git version:
git version 2.41.0
================
g++ version:
g++ (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

================
CMake version:
cmake version 3.25.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
================
Doxygen version:
1.9.4
================

About

Test repo for students to check that their VSCode/Docker setup is working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 60.9%
  • Shell 39.1%