basic-recompile.txt 329 B

1234567891011
  1. main.nim
  2. > c --verbosity:0 --hints:on
  3. SuccessX
  4. # The "Processing" string will be found always in proc mode since each
  5. # compilation command will generate it. We need to test it only in Caas mode to
  6. # verify the server is not recompiling again the file.
  7. CaasRun > c --verbosity:0 --hints:on
  8. CaasRun ! Processing
  9. CaasRun SuccessX