addons on focal distribution without
AMD64
Python: 3.9
Git
murtaza-swati/myTestRepo:.travis.yml@9cc6748
os: linux
language: python
dist: focal
stage: Instal addons on linux
group: edge
name: addons on focal distribution without
python: '3.9'
arch: amd64
script:
- |-
df -h
lspci
echo "Going for sleep"
for ((i=1; i<=1; i++)); do
echo "Elapsed minutes: $i"
sleep 60s
done
Build Config
{
"stage": "Instal addons on linux",
"name": "addons on focal distribution without",
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"group": "edge",
"python": [
"3.9"
],
"arch": [
"amd64"
],
"script": [
"df -h\nlspci\necho \"Going for sleep\"\nfor ((i=1; i<=1; i++)); do\n echo \"Elapsed minutes: $i\"\n sleep 60s\ndone"
]
}