Fixed typo.
This commit is contained in:
@@ -25,7 +25,7 @@ before_install:
|
||||
before_script:
|
||||
- export THREADS=`nproc`
|
||||
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
|
||||
- exort THREADS=4
|
||||
- export THREADS=4
|
||||
- echo "THREADS = $THREADS"
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user