diff --git a/.build.yml b/.build.yml index 090831c..fdf6d47 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,5 @@ image: archlinux packages: - - mono - make - mktiupgrade - genkfs @@ -14,12 +13,11 @@ environment: tasks: - scas: | cd scas - gco fix_kernel_assembly mkdir build cd build cmake .. make - make install + sudo make install - ti73: | cd ${project} make TI73