Files
runner-images-sangeeth/images/linux/scripts/installers/swig.sh
Dibir Magomedsaygitov 875891b86b [Ubuntu] Migrate missing tools tests to Pester (#2374)
* add missing tests

* fix naming and nvm test

* fix containers test and bring pwsh test back

* remove pwsh test

* small fix
2020-12-31 10:00:43 +03:00

7 lines
89 B
Bash

#!/bin/bash -e
# Install Swig
sudo apt-get install -y swig
invoke_tests "Tools" "Swig"