4 lines
97 B
YAML
4 lines
97 B
YAML
language: c
|
|
compiler: gcc
|
|
before_install: sudo apt-get update
|
|
install: sudo apt-get install nasm
|